diff options
Diffstat (limited to 'security/kssh/Makefile')
-rw-r--r-- | security/kssh/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/security/kssh/Makefile b/security/kssh/Makefile index 619aad5c63f2..3b7096cd9ada 100644 --- a/security/kssh/Makefile +++ b/security/kssh/Makefile @@ -6,21 +6,15 @@ # PORTNAME= kssh -PORTVERSION= 0.4.1 -PORTREVISION= 2 +PORTVERSION= 0.7 CATEGORIES= security -MASTER_SITES= http://www.geocities.com/bilibao/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= kevlo@FreeBSD.org -BROKEN= "Does not build" - -BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext - -USE_KDELIBS_VER=2 +USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-0.4 - .include <bsd.port.mk> |