1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Do not use USE_GNOME=yes, use the current way (ie: USE_GNOME=foo). The

USE_GNOME=yes has been deprecated for five years.
This commit is contained in:
Jeremy Messenger 2008-05-08 20:47:27 +00:00
parent 8d21af097c
commit a9b767b3e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212850
3 changed files with 2 additions and 8 deletions

View File

@ -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

View File

@ -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>

View File

@ -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" \