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 /www | |
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 'www')
-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 d2d570175892..90b35de8a433 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> |