aboutsummaryrefslogtreecommitdiff
path: root/net/knemo-kde4/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-10-07 12:26:54 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-10-07 12:26:54 +0000
commit4476a5c13821d153cdcaaeebabd193b704ecb77a (patch)
treecd193dd8c561bb2f429a8bf31172de87b83d4a9f /net/knemo-kde4/Makefile
parent533b12d93d14c115b3e4c2d0dcdbe3e862990934 (diff)
downloadports-4476a5c13821d153cdcaaeebabd193b704ecb77a.tar.gz
ports-4476a5c13821d153cdcaaeebabd193b704ecb77a.zip
- Remove LATEST_LINK from my Qt4/KDE4 ports
- Use new LIB_DEPENDS syntax - Use options helpers
Notes
Notes: svn path=/head/; revision=329697
Diffstat (limited to 'net/knemo-kde4/Makefile')
-rw-r--r--net/knemo-kde4/Makefile9
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>