diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-23 13:08:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-23 13:08:41 +0000 |
commit | 21646392b027298c4aca08ad5386649a6869ccea (patch) | |
tree | 902ae1e48303d70f1045908f9eb477d7722924c8 /misc/kde-thumbnailer-chm | |
parent | 6c8d9e9eb93b758a9136ea26f6d089c61feae712 (diff) | |
download | freebsd-ports-21646392b027298c4aca08ad5386649a6869ccea.zip |
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
Diffstat (limited to 'misc/kde-thumbnailer-chm')
-rw-r--r-- | misc/kde-thumbnailer-chm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/kde-thumbnailer-chm/Makefile b/misc/kde-thumbnailer-chm/Makefile index 2efe067045af..60593b82a145 100644 --- a/misc/kde-thumbnailer-chm/Makefile +++ b/misc/kde-thumbnailer-chm/Makefile @@ -9,7 +9,7 @@ DISTNAME= 153410-${PORTNAME}-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= KDE thumbnail generator for CHM files -LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib +LIB_DEPENDS= libchm.so:${PORTSDIR}/misc/chmlib USES= cmake USE_KDE4= kdeprefix kdelibs automoc4 @@ -19,5 +19,4 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= lib/kde4/chmthumbnail.so \ share/kde4/services/chmthumbnail.desktop -NO_STAGE= yes .include <bsd.port.mk> |