diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-04-08 17:10:56 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-04-08 17:10:56 +0000 |
commit | e7ae0125df81fadd3e2ddfa76cf808fdfebbe843 (patch) | |
tree | b81149ea12ce6a5f92464207866d518bb355ed3c /net/libkvkontakte | |
parent | f4de7e74148d628cfdcb794a6ac3edb300408848 (diff) |
Notes
Diffstat (limited to 'net/libkvkontakte')
-rw-r--r-- | net/libkvkontakte/Makefile | 6 |
1 files changed, 1 insertions, 5 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> |