Date: Sat, 17 Aug 2002 16:24:56 -0500 From: Glenn Johnson <glennpj@charter.net> To: gnome@freebsd.org Subject: multi-gnome-terminal needs GNOMENG Message-ID: <20020817212456.GA25011@gforce.johnson.home>
next in thread | raw e-mail | index | archive | help
--T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The multi-gnome-terminal port needs to have the Makefile changed to use GNOMENG. I did not do a send-pr because I am not sure exactly what goes into the USE_GNOME variable. Attached is a patch to the Makefile that works but may need some tweaking on the USE_GNOME variable. -- Glenn Johnson glennpj@charter.net --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="Makefile.patch" --- Makefile.orig Sat Aug 17 16:07:57 2002 +++ Makefile Sat Aug 17 16:20:50 2002 @@ -15,13 +15,11 @@ MAINTAINER= fdubuy@free.fr BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -LIB_DEPENDS+= xml.5:${PORTSDIR}/textproc/libxml \ - ORBit.2:${PORTSDIR}/devel/ORBit RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper USE_X_PREFIX= yes -USE_GTK= yes -USE_GNOME= yes +USE_GNOME= xml orbit gtk12 glib12 +USE_GNOMENG= yes USE_GMAKE= yes GNU_CONFIGURE= yes # The distribution Makefile.in files append "/gnome" to --datadir --T4sUOijqQbZv57TR-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020817212456.GA25011>