diff options
Diffstat (limited to 'devel/kdevelop-pg-qt/Makefile')
-rw-r--r-- | devel/kdevelop-pg-qt/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/kdevelop-pg-qt/Makefile b/devel/kdevelop-pg-qt/Makefile index b19d5dd5299e..152dc93cd0c4 100644 --- a/devel/kdevelop-pg-qt/Makefile +++ b/devel/kdevelop-pg-qt/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: kdevelop-pg-qt -# Date created: Thu Nov 4 13:35:29 UTC 2010 -# Whom: Douglas Carmichael <dcarmich@dcarmichael.net> -# +# Created by: Douglas Carmichael <dcarmich@dcarmichael.net> # $FreeBSD$ PORTNAME= kdevelop @@ -19,12 +16,12 @@ COMMENT= Parser-generator from KDevplatform BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex -USE_GCC= 4.6+ +USE_GCC= 4.6+ USE_BZIP2= yes USE_BISON= build USE_KDE4= automoc4 kdehier kdelibs kdeprefix KDE4_BUILDENV= yes -USE_QT4= corelib qmake_build moc_build uic_build rcc_build +USE_QT4= qmake_build moc_build uic_build rcc_build MAKE_JOBS_SAFE= yes .include <bsd.port.mk> |