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/pkgfe | |
parent | 91cd12aa0e86e4c646fc2cbb9aa97320aac54680 (diff) | |
download | ports-0d0d56457bb54d930410a5b55092e1624f3012e5.tar.gz ports-0d0d56457bb54d930410a5b55092e1624f3012e5.zip |
Notes
Diffstat (limited to 'ports-mgmt/pkgfe')
-rw-r--r-- | ports-mgmt/pkgfe/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/pkgfe/Makefile b/ports-mgmt/pkgfe/Makefile index 5d9bf2ddf27a..a2244c9ba5a4 100644 --- a/ports-mgmt/pkgfe/Makefile +++ b/ports-mgmt/pkgfe/Makefile @@ -7,7 +7,7 @@ PORTNAME= pkgfe PORTVERSION= 20061204 -CATEGORIES= sysutils +CATEGORIES= ports-mgmt MASTER_SITES= http://helpfreebsd.net/pkgfe/releases/ \ http://kodu.neti.ee/~madis555/pkgfe/releases/ \ http://ketas.life.ee/pkgfe/releases/ \ @@ -17,15 +17,15 @@ MASTER_SITES= http://helpfreebsd.net/pkgfe/releases/ \ MAINTAINER= madis555@hot.ee COMMENT= Ncurses frontend for ports collection -RUN_DEPENDS= portupgrade:${PORTSDIR}/sysutils/portupgrade \ - portaudit:${PORTSDIR}/security/portaudit +RUN_DEPENDS= portupgrade:${PORTSDIR}/ports-mgmt/portupgrade \ + portaudit:${PORTSDIR}/ports-mgmt/portaudit MAN8= pkgfe.8 .include <bsd.port.pre.mk> .if ${OSVERSION} < 600033 && ( ${OSVERSION} < 504103 || ${OSVERSION} > 600000 ) -RUN_DEPENDS+= portsnap:${PORTSDIR}/sysutils/portsnap +RUN_DEPENDS+= portsnap:${PORTSDIR}/ports-mgmt/portsnap .endif NO_BUILD= yes |