diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-06 23:40:25 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-06 23:40:25 +0800 |
commit | a026bc73fc81914e37a1d9b53c02cae3af99aed3 (patch) | |
tree | 30b32b6a2aec697296252299cc8e5922683b5d28 /www | |
parent | 93edc1cfa143eb92c68be1f4ff9c6b063d7a1d87 (diff) | |
download | marcuscom-ports-a026bc73fc81914e37a1d9b53c02cae3af99aed3.tar.gz marcuscom-ports-a026bc73fc81914e37a1d9b53c02cae3af99aed3.tar.zst marcuscom-ports-a026bc73fc81914e37a1d9b53c02cae3af99aed3.zip |
Add pkgconfig to ports that need it, enable stage support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18774 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/libsocialweb/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/libsocialweb/Makefile b/www/libsocialweb/Makefile index c991d852f..89351b631 100644 --- a/www/libsocialweb/Makefile +++ b/www/libsocialweb/Makefile @@ -9,19 +9,18 @@ CATEGORIES= www gnome MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org -COMMENT= A personal social data server. +COMMENT= Personal social data server. BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ vapigen:${PORTSDIR}/lang/vala-vapigen LIB_DEPENDS= librest-0.7.so:${PORTSDIR}/devel/librest \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib -NO_STAGE= yes USE_GNOME= glib20 intlhack gconf2 introspection:build gnomehier USE_XZ= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gettext gmake pathfix +USES= gettext gmake pathfix pkgconfig CONFIGURE_ARGS= --enable-vala-bindings # review if we want all the services enabled, because of not completely # safe public API security wise? |