summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorR. Imura <imura@FreeBSD.org>2000-02-24 16:06:07 +0000
committerR. Imura <imura@FreeBSD.org>2000-02-24 16:06:07 +0000
commit56e3282db1976cd7b0634192ad4879a8b4668f43 (patch)
tree8ca45cd93343f0610830335c6d318fd0ae6aba30 /devel
parentRemove bug-buddy, now replaced by devel/bugbuddy (diff)
Add USE_QT=yes to respect $(CXX), and remove BROKEN=
Notes
Notes: svn path=/head/; revision=26258
Diffstat (limited to 'devel')
-rw-r--r--devel/cervisia/Makefile16
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>