diff options
author | makc <makc@FreeBSD.org> | 2013-04-09 01:10:56 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-04-09 01:10:56 +0800 |
commit | c688967f59c7c98d21d3dd7e6a6be637ea50d3ab (patch) | |
tree | b81149ea12ce6a5f92464207866d518bb355ed3c /net | |
parent | 3f0812535994f1dc2fe64b0210efe54c7ed885ab (diff) | |
download | freebsd-ports-gnome-c688967f59c7c98d21d3dd7e6a6be637ea50d3ab.tar.gz freebsd-ports-gnome-c688967f59c7c98d21d3dd7e6a6be637ea50d3ab.tar.zst freebsd-ports-gnome-c688967f59c7c98d21d3dd7e6a6be637ea50d3ab.zip |
- Update to digiKam and Kipi Plugins ports to 3.1.0
- Split documentations and l10ns to separate ports
- Split kipi-plugins-kde4 port
Approved by: portmgr (miwi)
Diffstat (limited to 'net')
-rw-r--r-- | net/libkvkontakte/Makefile | 6 | ||||
-rw-r--r-- | net/libmediawiki/Makefile | 7 |
2 files changed, 3 insertions, 10 deletions
diff --git a/net/libkvkontakte/Makefile b/net/libkvkontakte/Makefile index 56b5957fa94c..16fc4676631e 100644 --- a/net/libkvkontakte/Makefile +++ b/net/libkvkontakte/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: libkvkontakte -# Date created: 2012-05-12 -# Whom: Jason E. Hale <bsdkaffee@gmail.com> -# # $FreeBSD$ -# PORTNAME= libkvkontakte PORTVERSION= ${DIGIKAM_VER} @@ -15,5 +10,6 @@ COMMENT= KDE4 library for accessing vk.com .include "${.CURDIR}/../../graphics/digikam-kde4/Makefile.common" LIB_DEPENDS= qjson:${PORTSDIR}/devel/qjson +USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/net/libmediawiki/Makefile b/net/libmediawiki/Makefile index 2a7d3f937de8..b46cd57c4b53 100644 --- a/net/libmediawiki/Makefile +++ b/net/libmediawiki/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: libmediawiki -# Date created: 2012-05-12 -# Whom: Jason E. Hale <bsdkaffee@gmail.com> -# # $FreeBSD$ -# PORTNAME= libmediawiki PORTVERSION= ${DIGIKAM_VER} @@ -14,6 +9,8 @@ COMMENT= KDE4 library for accessing MediaWiki sites .include "${.CURDIR}/../../graphics/digikam-kde4/Makefile.common" +USE_LDCONFIG= yes + post-patch: ${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \ ${WRKSRC}/CMakeLists.txt |