aboutsummaryrefslogtreecommitdiff
path: root/graphics
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 /graphics
parent6864e6fdeb394ca54d96e9e82dd2799a1aefe845 (diff)
downloadports-56e3282db1976cd7b0634192ad4879a8b4668f43.tar.gz
ports-56e3282db1976cd7b0634192ad4879a8b4668f43.zip
Add USE_QT=yes to respect $(CXX), and remove BROKEN=
Notes
Notes: svn path=/head/; revision=26258
Diffstat (limited to 'graphics')
-rw-r--r--graphics/killustrator/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/killustrator/Makefile b/graphics/killustrator/Makefile
index 34745b73c42e..a0c7f0976211 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>