diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-05 01:08:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-05 01:08:46 +0000 |
commit | 0d0d56457bb54d930410a5b55092e1624f3012e5 (patch) | |
tree | 6dc64f85ffb41f8710ebfdf60aa600dd824c2b2a /ports-mgmt/kports | |
parent | 91cd12aa0e86e4c646fc2cbb9aa97320aac54680 (diff) |
Notes
Diffstat (limited to 'ports-mgmt/kports')
-rw-r--r-- | ports-mgmt/kports/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/kports/Makefile b/ports-mgmt/kports/Makefile index 389fd0f6aaee..cbe981c26528 100644 --- a/ports-mgmt/kports/Makefile +++ b/ports-mgmt/kports/Makefile @@ -7,7 +7,7 @@ PORTNAME= kports PORTVERSION= 0.6.1 -CATEGORIES= sysutils kde +CATEGORIES= ports-mgmt kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,7 +20,7 @@ USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool:15 PREFIX= ${KDE_PREFIX} -RUN_DEPENDS+= portupgrade:${PORTSDIR}/sysutils/portupgrade +RUN_DEPENDS+= portupgrade:${PORTSDIR}/ports-mgmt/portupgrade RUN_DEPENDS+= kdehier>=0:${PORTSDIR}/misc/kdehier OPTIONS= PORTAUDIT "Require Portaudit" on @@ -32,7 +32,7 @@ IGNORE= doesn't compile properly on 4.x systems .endif .if !defined(WITHOUT_PORTAUDIT) -RUN_DEPENDS+= portaudit:${PORTSDIR}/security/portaudit +RUN_DEPENDS+= portaudit:${PORTSDIR}/ports-mgmt/portaudit .endif .include <bsd.port.post.mk> |