diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-03 08:14:43 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-03 08:14:43 +0000 |
commit | dbba8af6447e625aae93ec45e619acbecb4ab189 (patch) | |
tree | d696a8c2d3e835a743132aa1f6a5cc0557d1c435 /devel/sip | |
parent | 683eaaa4ff765b627c52f147501abfaec4449cce (diff) | |
download | ports-dbba8af6447e625aae93ec45e619acbecb4ab189.tar.gz ports-dbba8af6447e625aae93ec45e619acbecb4ab189.zip |
Notes
Diffstat (limited to 'devel/sip')
-rw-r--r-- | devel/sip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/sip/Makefile b/devel/sip/Makefile index ec5a25f8c783..3101293afe2c 100644 --- a/devel/sip/Makefile +++ b/devel/sip/Makefile @@ -15,9 +15,9 @@ MAINTAINER= adsharma@sharmas.dhs.org USE_PYTHON= yes USE_LIBTOOL= yes USE_GMAKE= yes -USE_QT2= yes +USE_QT_VER= 2 INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-qt --with-qt-includes=${X11BASE}/include/qt2 +CONFIGURE_ARGS= --enable-qt CONFIGURE_ENV= LDFLAGS=-lgcc .include <bsd.port.mk> |