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/twinkle | |
parent | 1f59d564b6d1f91f3f7effca1734e712238e0340 (diff) | |
download | freebsd-ports-graphics-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.tar.gz freebsd-ports-graphics-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.tar.zst freebsd-ports-graphics-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/twinkle')
-rw-r--r-- | net/twinkle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/twinkle/Makefile b/net/twinkle/Makefile index d2a0bcad08d..c1c6ee3d3fc 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} |