- 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)
This commit is contained in:
parent
775590b6f2
commit
998442cfd9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318182
2 changed files with 10 additions and 2 deletions
|
@ -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}
|
||||
|
|
|
@ -7,7 +7,7 @@ PORTREVISION= 10
|
|||
CATEGORIES= ports-mgmt kde
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= kports@soulrebel.in-berlin.de
|
||||
MAINTAINER= h2+fbsdports@fsfe.org
|
||||
COMMENT= KDE3-Version of your favorite frontend to the Ports
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
@ -28,6 +28,10 @@ GKSU_DESC= With gksu
|
|||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_PKGNG)
|
||||
IGNORE= only works with traditional pkg-tools
|
||||
.endif
|
||||
|
||||
.if ! ${PORT_OPTIONS:MKDESU} && ! ${PORT_OPTIONS:MKDESU4} && ! ${PORT_OPTIONS:MGKSU}
|
||||
PKGMESSAGE= ${FILESDIR}/pkg-message.nosu
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue