diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-07 12:26:54 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-07 12:26:54 +0000 |
commit | 4476a5c13821d153cdcaaeebabd193b704ecb77a (patch) | |
tree | cd193dd8c561bb2f429a8bf31172de87b83d4a9f /net/knemo-kde4 | |
parent | 533b12d93d14c115b3e4c2d0dcdbe3e862990934 (diff) |
Notes
Diffstat (limited to 'net/knemo-kde4')
-rw-r--r-- | net/knemo-kde4/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/net/knemo-kde4/Makefile b/net/knemo-kde4/Makefile index 909c0e3bd95f..eb205fe50aa1 100644 --- a/net/knemo-kde4/Makefile +++ b/net/knemo-kde4/Makefile @@ -9,8 +9,6 @@ DISTNAME= 12956-${PORTNAME}-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= KDE network monitor -LATEST_LINK= ${PORTNAME}-kde4 - USE_BZIP2= yes USES= cmake USE_QT4= qmake_build moc_build uic_build rcc_build @@ -19,10 +17,5 @@ USE_KDE4= kdeprefix kdelibs workspace automoc4 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800000 -BROKEN= does not build on 7.X -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |