diff options
author | makc <makc@FreeBSD.org> | 2013-10-07 20:26:54 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-10-07 20:26:54 +0800 |
commit | 28d85c1edfec0ebeb6deae7dcb602f29fc71141f (patch) | |
tree | cd193dd8c561bb2f429a8bf31172de87b83d4a9f /net/knemo-kde4 | |
parent | 265e6d93a31592bc765ae1c17206bc2205c3f5e4 (diff) | |
download | freebsd-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/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> |