diff options
author | imura <imura@FreeBSD.org> | 2000-02-24 16:06:07 +0000 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 2000-02-24 16:06:07 +0000 |
commit | b5354e8162816efd9b1dbbb4fd928eaaf7156b5d (patch) | |
tree | 7489e04c3257073e413fb3bd8d0a45a7417ab1e0 /www/kdreamsite | |
parent | edefc257269469b91c2d7cd6fb85649b547cc373 (diff) | |
download | FreeBSD-ports-b5354e8162816efd9b1dbbb4fd928eaaf7156b5d.zip FreeBSD-ports-b5354e8162816efd9b1dbbb4fd928eaaf7156b5d.tar.gz |
Add USE_QT=yes to respect $(CXX), and remove BROKEN=
Diffstat (limited to 'www/kdreamsite')
-rw-r--r-- | www/kdreamsite/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
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> |