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 /sysutils/krename-kde4/Makefile | |
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 'sysutils/krename-kde4/Makefile')
-rw-r--r-- | sysutils/krename-kde4/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/krename-kde4/Makefile b/sysutils/krename-kde4/Makefile index fc679ca3397d..a8481c29f902 100644 --- a/sysutils/krename-kde4/Makefile +++ b/sysutils/krename-kde4/Makefile @@ -9,11 +9,9 @@ MASTER_SITES= SF/${PORTNAME}/KDE4%20${PORTNAME}-stable/${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= Very powerful batch file renamer for KDE -LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib \ - exiv2.12:${PORTSDIR}/graphics/exiv2 \ - podofo.0:${PORTSDIR}/graphics/podofo - -LATEST_LINK= ${PORTNAME}-kde4 +LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib \ + libexiv2.so:${PORTSDIR}/graphics/exiv2 \ + libpodofo.so:${PORTSDIR}/graphics/podofo USE_BZIP2= yes USES= cmake:outsource |