aboutsummaryrefslogtreecommitdiffstats
path: root/net/knemo-kde4
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-10-07 20:26:54 +0800
committermakc <makc@FreeBSD.org>2013-10-07 20:26:54 +0800
commit28d85c1edfec0ebeb6deae7dcb602f29fc71141f (patch)
treecd193dd8c561bb2f429a8bf31172de87b83d4a9f /net/knemo-kde4
parent265e6d93a31592bc765ae1c17206bc2205c3f5e4 (diff)
downloadfreebsd-ports-gnome-28d85c1edfec0ebeb6deae7dcb602f29fc71141f.tar.gz
freebsd-ports-gnome-28d85c1edfec0ebeb6deae7dcb602f29fc71141f.tar.zst
freebsd-ports-gnome-28d85c1edfec0ebeb6deae7dcb602f29fc71141f.zip
- Remove LATEST_LINK from my Qt4/KDE4 ports
- Use new LIB_DEPENDS syntax - Use options helpers
Diffstat (limited to 'net/knemo-kde4')
-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>