From a9b767b3e7dd06b9d1258232453e6d0fe138856e Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Thu, 8 May 2008 20:47:27 +0000 Subject: [PATCH] Do not use USE_GNOME=yes, use the current way (ie: USE_GNOME=foo). The USE_GNOME=yes has been deprecated for five years. --- devel/fampp/Makefile | 3 --- mail/pmail/Makefile | 5 +---- 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 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" \