diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-11-23 00:53:53 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-11-23 00:53:53 +0800 |
commit | a15175c45722959f35500205bd61bde027479793 (patch) | |
tree | 46cd549e59e3c54c1d034bcce1b6df35797844f9 /devel/sip/Makefile | |
parent | 9c448ffa72c5f5981da91efd36468d23f5c7797d (diff) | |
download | freebsd-ports-gnome-a15175c45722959f35500205bd61bde027479793.tar.gz freebsd-ports-gnome-a15175c45722959f35500205bd61bde027479793.tar.zst freebsd-ports-gnome-a15175c45722959f35500205bd61bde027479793.zip |
Update to 2.2.
Approved by: maintainer
Diffstat (limited to 'devel/sip/Makefile')
-rw-r--r-- | devel/sip/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/sip/Makefile b/devel/sip/Makefile index 70c4b9ccae95..ec5a25f8c783 100644 --- a/devel/sip/Makefile +++ b/devel/sip/Makefile @@ -6,19 +6,18 @@ # PORTNAME= sip -PORTVERSION= 0.12 +PORTVERSION= 2.2 CATEGORIES= devel python MASTER_SITES= http://www.river-bank.demon.co.uk/software/ MAINTAINER= adsharma@sharmas.dhs.org -BUILD_DEPENDS= ${LOCALBASE}/include/python1.5/Python.h:${PORTSDIR}/lang/python15 - +USE_PYTHON= yes USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -USE_QT= yes -CONFIGURE_ARGS= --enable-qt --with-qt-includes=${X11BASE}/include/X11/qt USE_GMAKE= yes +USE_QT2= yes +INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --enable-qt --with-qt-includes=${X11BASE}/include/qt2 CONFIGURE_ENV= LDFLAGS=-lgcc .include <bsd.port.mk> |