summaryrefslogtreecommitdiff
path: root/ports-mgmt/kports-qt4
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-05-14 18:09:22 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-05-14 18:09:22 +0000
commit998442cfd9c38f87678f1210ae133f45b18a948c (patch)
tree6490f11480720d0c62deed2f2d9784ee476fd0d8 /ports-mgmt/kports-qt4
parentUpdate to 2.2.0a4. (diff)
- Update maintainer address.
- IGNORE when using pkgng, these ports only work with pkg-tools. PR: ports/176700 Submitted by: Hannes <h2+fbsdports@fsfe.org> (maintainer)
Notes
Notes: svn path=/head/; revision=318182
Diffstat (limited to 'ports-mgmt/kports-qt4')
-rw-r--r--ports-mgmt/kports-qt4/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/ports-mgmt/kports-qt4/Makefile b/ports-mgmt/kports-qt4/Makefile
index df1af6f7214f..bb77fb390e9a 100644
--- a/ports-mgmt/kports-qt4/Makefile
+++ b/ports-mgmt/kports-qt4/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 5
CATEGORIES= ports-mgmt kde
MASTER_SITES= SF
-MAINTAINER= kports@soulrebel.in-berlin.de
+MAINTAINER= h2+fbsdports@fsfe.org
COMMENT= Qt4-Version of your favorite frontend to the Ports
RUN_DEPENDS= portaudit:${PORTSDIR}/ports-mgmt/portaudit \
@@ -30,6 +30,10 @@ OPTIONS_DEFAULT= OXYGEN KDEBASE
OXYGEN_DESC= Pull in Oxygen icons (recommended)
KDEBASE_DESC= Pull in kdebase-runtime for kdesu
+.if defined(WITH_PKGNG)
+IGNORE= only works with traditional pkg-tools
+.endif
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOXYGEN}