diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-05-08 20:47:27 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-05-08 20:47:27 +0000 |
commit | a9b767b3e7dd06b9d1258232453e6d0fe138856e (patch) | |
tree | cacc1fca88433bf214fb2a2df2316e8a54c444c6 | |
parent | 8d21af097cafd767684346ed4cb5986166c78a5e (diff) | |
download | ports-a9b767b3e7dd06b9d1258232453e6d0fe138856e.tar.gz ports-a9b767b3e7dd06b9d1258232453e6d0fe138856e.zip |
Notes
-rw-r--r-- | devel/fampp/Makefile | 3 | ||||
-rw-r--r-- | mail/pmail/Makefile | 5 | ||||
-rw-r--r-- | math/scigraphica/Makefile | 2 |
3 files changed, 2 insertions, 8 deletions
diff --git a/devel/fampp/Makefile b/devel/fampp/Makefile index 4e43bafc4d50..b0985b9958ed 100644 --- a/devel/fampp/Makefile +++ b/devel/fampp/Makefile @@ -14,9 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A C++ wrapper for fam from SGI -# This isn't required to utilize full functionality -#USE_GNOME= yes - WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes USE_FAM= yes diff --git a/mail/pmail/Makefile b/mail/pmail/Makefile index 42bf3b7474c9..db7d43245e37 100644 --- a/mail/pmail/Makefile +++ b/mail/pmail/Makefile @@ -14,12 +14,9 @@ MASTER_SITES= # previous mastersites disappeared in 2001 and 2002 MAINTAINER= ports@FreeBSD.org COMMENT= A GNOME/python email client -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome - USE_GMAKE= yes USE_PYTHON= yes -USE_GNOME= yes +USE_GNOME= gnomeprefix gnomehack pygnome GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/math/scigraphica/Makefile b/math/scigraphica/Makefile index 90a7ca5e9632..a8d49d1ba3d2 100644 --- a/math/scigraphica/Makefile +++ b/math/scigraphica/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYNUMERIC} \ USE_PERL5_BUILD=yes USE_GMAKE= yes -USE_GNOME= yes +USE_GNOME= gnomeprefix gnomehack gtkhtml USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |