diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-23 19:11:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-23 19:11:33 +0800 |
commit | c22aaf7f433f98e6e7f5462f011c28452551fa66 (patch) | |
tree | ebb3d42b914ee38a4b035a758a453d5895ba02f4 /sysutils | |
parent | a019873646f1ce62f504138ea5172bb1d5ee2258 (diff) | |
download | freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.tar.gz freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.tar.zst freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gksu/Makefile | 1 | ||||
-rw-r--r-- | sysutils/libgksuui/Makefile | 1 | ||||
-rw-r--r-- | sysutils/spassgen/Makefile | 3 |
3 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/gksu/Makefile b/sysutils/gksu/Makefile index c843999e2311..10e64553da1d 100644 --- a/sysutils/gksu/Makefile +++ b/sysutils/gksu/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= gksu1.2.0:${PORTSDIR}/sysutils/libgksu \ gksuui1.0.1:${PORTSDIR}/sysutils/libgksuui \ gnome-keyring.0:${PORTSDIR}/security/gnome-keyring -USE_X_PREFIX= yes USE_GNOME= gtk20 pkgconfig gnomeprefix gnomehack gconf2 intlhack GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/sysutils/libgksuui/Makefile b/sysutils/libgksuui/Makefile index c2b9fbe50ff4..a4795d702a1b 100644 --- a/sysutils/libgksuui/Makefile +++ b/sysutils/libgksuui/Makefile @@ -15,7 +15,6 @@ DISTNAME= ${PORTNAME}1.0-${PORTVERSION} MAINTAINER= bsam@FreeBSD.org COMMENT= A graphical fronted to su library -USE_X_PREFIX= yes USE_GNOME= gtk20 pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/sysutils/spassgen/Makefile b/sysutils/spassgen/Makefile index cb28915d42d9..5f6751a88e27 100644 --- a/sysutils/spassgen/Makefile +++ b/sysutils/spassgen/Makefile @@ -7,7 +7,7 @@ PORTNAME= spassgen PORTVERSION= 1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= spassgen @@ -20,7 +20,6 @@ BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake USE_QT_VER= 3 USE_GMAKE= yes USE_BZIP2= yes -USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${PORTNAME} QMAKE_LOCATION= ${LOCALBASE}/bin |