diff options
author | acm <acm@FreeBSD.org> | 2006-12-29 05:23:51 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-12-29 05:23:51 +0800 |
commit | 7517015e361810a15437df8c81810e85d017f190 (patch) | |
tree | c46c762262353ad97ed93a36f5f7bf9ef9fafd04 /net/twinkle | |
parent | ddef3db15e71624e86e3b182651c559f457dcf06 (diff) | |
download | freebsd-ports-gnome-7517015e361810a15437df8c81810e85d017f190.tar.gz freebsd-ports-gnome-7517015e361810a15437df8c81810e85d017f190.tar.zst freebsd-ports-gnome-7517015e361810a15437df8c81810e85d017f190.zip |
- Move to LOCALBASE
- Fix a configure problem [1]
Reported by: Joao Rocha Braga Filho <goffredo__at__gmail.com> [1]
Diffstat (limited to 'net/twinkle')
-rw-r--r-- | net/twinkle/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/twinkle/Makefile b/net/twinkle/Makefile index 01c09c90301a..864a461f0a38 100644 --- a/net/twinkle/Makefile +++ b/net/twinkle/Makefile @@ -7,6 +7,7 @@ PORTNAME= twinkle PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.xs4all.nl/~mfnboer/twinkle/download/ @@ -22,18 +23,17 @@ LIB_DEPENDS= ccgnu2-1.5.0:${PORTSDIR}/devel/commoncpp \ ilbc.0:${PORTSDIR}/net/ilbc \ zrtpcpp-0.9.0:${PORTSDIR}/devel/libzrtpcpp -USE_X_PREFIX= yes USE_GCC= 3.4+ GNU_CONFIGURE= yes USE_BISON= yes USE_GMAKE= yes +USE_XLIB= yes USE_AUTOTOOLS= libtool:15 USE_QT_VER= 3 -CONFIGURE_ARGS= --with-qt-dir=${LOCALBASE} +CONFIGURE_ARGS= --with-qt-dir=${LOCALBASE} QTDIR=${LOCALBASE} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= QTDIR="${LOCALBASE}" \ - QMAKESPEC="${QMAKESPEC}" \ +CONFIGURE_ENV= QMAKESPEC="${QMAKESPEC}" \ CFLAGS="${CFLAGS}" MAKE_ENV= QTDIR=${X11BASE} |