From 0b02254a620dd082439ccae452fc3434099f1c7b Mon Sep 17 00:00:00 2001 From: Alberto Villa Date: Wed, 13 Nov 2013 07:37:36 +0000 Subject: - Use CMAKE_BUILD_TYPE to fix plist when WITH_DEBUG is set. - STAGEify. - Use LIB_DEPENDS new format. --- net/libkvkontakte/Makefile | 7 +++---- net/libkvkontakte/pkg-plist | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'net/libkvkontakte') diff --git a/net/libkvkontakte/Makefile b/net/libkvkontakte/Makefile index e011fd8b14b7..703d13395414 100644 --- a/net/libkvkontakte/Makefile +++ b/net/libkvkontakte/Makefile @@ -5,12 +5,11 @@ PORTVERSION= ${DIGIKAM_VER} CATEGORIES= net kde MAINTAINER= kde@FreeBSD.org -COMMENT= KDE4 library for accessing vk.com +COMMENT= KDE library for accessing vk.com -NO_STAGE= yes -.include "${.CURDIR}/../../graphics/digikam-kde4/Makefile.common" +.include "${.CURDIR:H:H}/graphics/digikam-kde4/Makefile.common" -LIB_DEPENDS= qjson:${PORTSDIR}/devel/qjson +LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson USE_LDCONFIG= yes .include diff --git a/net/libkvkontakte/pkg-plist b/net/libkvkontakte/pkg-plist index 13ed40ee6d29..e5a512f22ffd 100644 --- a/net/libkvkontakte/pkg-plist +++ b/net/libkvkontakte/pkg-plist @@ -33,10 +33,11 @@ include/libkvkontakte/version.h include/libkvkontakte/vkontaktejobs.h lib/cmake/LibKVkontakte/LibKVkontakteConfig.cmake lib/cmake/LibKVkontakte/LibKVkontakteConfigVersion.cmake -lib/cmake/LibKVkontakte/LibKVkontakteTargets-release.cmake +lib/cmake/LibKVkontakte/LibKVkontakteTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/LibKVkontakte/LibKVkontakteTargets.cmake lib/libkvkontakte.so lib/libkvkontakte.so.1 lib/libkvkontakte.so.1.0.0 @dirrm lib/cmake/LibKVkontakte +@dirrmtry lib/cmake @dirrm include/libkvkontakte -- cgit v1.2.3