diff options
Diffstat (limited to 'ports-mgmt/kports/Makefile')
-rw-r--r-- | ports-mgmt/kports/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ports-mgmt/kports/Makefile b/ports-mgmt/kports/Makefile index de712139a79f..40165254d7d0 100644 --- a/ports-mgmt/kports/Makefile +++ b/ports-mgmt/kports/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kports -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= hannes.hauswedell@gmail.com COMMENT= Powerful KDE-Frontend to the Ports -BROKEN= Does not compile - USE_BZIP2= yes USE_GMAKE= yes USE_KDELIBS_VER=3 @@ -37,8 +35,4 @@ IGNORE= doesn't compile properly on 4.x systems RUN_DEPENDS+= ${PREFIX}/sbin/portaudit:${PORTSDIR}/security/portaudit .endif -post-install: -# @${CAT} ${PKGDIR}/pkg-message - @${CAT} ${PKGMESSAGE} - .include <bsd.port.post.mk> |