diff options
author | imura <imura@FreeBSD.org> | 2000-02-25 00:06:07 +0800 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 2000-02-25 00:06:07 +0800 |
commit | b5354e8162816efd9b1dbbb4fd928eaaf7156b5d (patch) | |
tree | 7489e04c3257073e413fb3bd8d0a45a7417ab1e0 /devel/cervisia | |
parent | edefc257269469b91c2d7cd6fb85649b547cc373 (diff) | |
download | freebsd-ports-gnome-b5354e8162816efd9b1dbbb4fd928eaaf7156b5d.tar.gz freebsd-ports-gnome-b5354e8162816efd9b1dbbb4fd928eaaf7156b5d.tar.zst freebsd-ports-gnome-b5354e8162816efd9b1dbbb4fd928eaaf7156b5d.zip |
Add USE_QT=yes to respect $(CXX), and remove BROKEN=
Diffstat (limited to 'devel/cervisia')
-rw-r--r-- | devel/cervisia/Makefile | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/devel/cervisia/Makefile b/devel/cervisia/Makefile index 2c1d7836b1dc..568d1dc5e146 100644 --- a/devel/cervisia/Makefile +++ b/devel/cervisia/Makefile @@ -13,19 +13,13 @@ MAINTAINER= andrews@technologist.com RUN_DEPENDS= kwm:${PORTSDIR}/x11/kdebase11 +USE_QT= yes USE_X_PREFIX= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${LOCALBASE} \ - --with-extra-includes="${LOCALBASE}/include" \ +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-extra-includes="${LOCALBASE}/include" \ --with-extra-libraries="${LOCALBASE}/lib" -CONFIGURE_ENV= prefix="${LOCALBASE}" KDEDIR="${LOCALBASE}" +CONFIGURE_ENV= prefix="${PREFIX}" KDEDIR="${LOCALBASE}" MAN1= cervisia.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400012 -BROKEN= "Requires NEWGCC-compiled kde libs" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |