summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimura <imura@FreeBSD.org>2000-02-24 16:06:07 +0000
committerimura <imura@FreeBSD.org>2000-02-24 16:06:07 +0000
commitb5354e8162816efd9b1dbbb4fd928eaaf7156b5d (patch)
tree7489e04c3257073e413fb3bd8d0a45a7417ab1e0
parentedefc257269469b91c2d7cd6fb85649b547cc373 (diff)
downloadFreeBSD-ports-b5354e8162816efd9b1dbbb4fd928eaaf7156b5d.zip
FreeBSD-ports-b5354e8162816efd9b1dbbb4fd928eaaf7156b5d.tar.gz
Add USE_QT=yes to respect $(CXX), and remove BROKEN=
-rw-r--r--devel/cervisia/Makefile16
-rw-r--r--graphics/killustrator/Makefile9
-rw-r--r--www/kdreamsite/Makefile9
3 files changed, 9 insertions, 25 deletions
diff --git a/devel/cervisia/Makefile b/devel/cervisia/Makefile
index 2c1d7836..568d1dc 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>
diff --git a/graphics/killustrator/Makefile b/graphics/killustrator/Makefile
index 34745b7..a0c7f09 100644
--- a/graphics/killustrator/Makefile
+++ b/graphics/killustrator/Makefile
@@ -17,14 +17,9 @@ LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 \
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
RUN_DEPENDS= ${LOCALBASE}/bin/kdehelp:${PORTSDIR}/x11/kdebase11
+USE_QT= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib"
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400004
-BROKEN= "Requires NEWGCC-compiled KDE libs"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/www/kdreamsite/Makefile b/www/kdreamsite/Makefile
index d2d5701..90b35de 100644
--- a/www/kdreamsite/Makefile
+++ b/www/kdreamsite/Makefile
@@ -14,13 +14,8 @@ MAINTAINER= andrews@technologist.com
LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11/
+USE_QT= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400004
-BROKEN= "obsolete compiler"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud