diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-22 16:55:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-22 16:55:40 +0800 |
commit | 2dd61aca4b22d055ca2cba8fa904544f3f8cc39f (patch) | |
tree | 02cf3b0413400ead939cdfefbf254965eda87d68 /net | |
parent | 1f59d564b6d1f91f3f7effca1734e712238e0340 (diff) | |
download | freebsd-ports-gnome-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.tar.gz freebsd-ports-gnome-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.tar.zst freebsd-ports-gnome-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'net')
-rw-r--r-- | net/ohphone/Makefile | 3 | ||||
-rw-r--r-- | net/straw/Makefile | 3 | ||||
-rw-r--r-- | net/twinkle/Makefile | 3 |
3 files changed, 4 insertions, 5 deletions
diff --git a/net/ohphone/Makefile b/net/ohphone/Makefile index 2311fb7ef4fc..2afe2b80f310 100644 --- a/net/ohphone/Makefile +++ b/net/ohphone/Makefile @@ -7,7 +7,7 @@ PORTNAME= ohphone PORTVERSION= 1.4.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= ftp://ftp.frm2.tum.de/pub/jpulz/FreeBSD/distfiles/ @@ -17,7 +17,6 @@ COMMENT= H323 Video Conferencing Program, compatible with NetMeeting LIB_DEPENDS= h323_r.1:${PORTSDIR}/net/openh323 USE_BISON= build -USE_XLIB= yes USE_GMAKE= yes ALL_TARGET= optshared MAKE_ENV= PWLIBDIR=${LOCALBASE}/share/pwlib \ diff --git a/net/straw/Makefile b/net/straw/Makefile index 8a2f5f03f9fa..8311b1875085 100644 --- a/net/straw/Makefile +++ b/net/straw/Makefile @@ -7,7 +7,7 @@ PORTNAME= straw PORTVERSION= 0.27 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION} @@ -21,7 +21,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \ USE_GMAKE= yes USE_BZIP2= yes -USE_XLIB= yes USE_GNOME= gnomehier libglade2 pygnome2 pygnomeextras USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes diff --git a/net/twinkle/Makefile b/net/twinkle/Makefile index d2a0bcad08d0..c1c6ee3d3fc8 100644 --- a/net/twinkle/Makefile +++ b/net/twinkle/Makefile @@ -7,6 +7,7 @@ PORTNAME= twinkle PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.xs4all.nl/~mfnboer/twinkle/download/ @@ -25,10 +26,10 @@ LIB_DEPENDS= ccgnu2-1.6.0:${PORTSDIR}/devel/commoncpp \ GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:15 USE_BISON= build +USE_XORG= xext USE_GMAKE= yes USE_GNOME= libxml2 USE_PERL5= yes -USE_XLIB= yes USE_QT_VER= 3 CONFIGURE_ARGS= --with-qt-dir=${QT_PREFIX} QTDIR=${LOCALBASE} |