diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-18 20:48:47 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-18 20:48:47 +0800 |
commit | de8b440e5ae6eacec99d0df8c27b2dc5d5ad39c6 (patch) | |
tree | 789cbdac28a401d4c4abcdc04b7151c2510a71b0 | |
parent | 023fdfdf0da4e9ce80cac42021face440f9eefa9 (diff) | |
download | marcuscom-ports-de8b440e5ae6eacec99d0df8c27b2dc5d5ad39c6.tar marcuscom-ports-de8b440e5ae6eacec99d0df8c27b2dc5d5ad39c6.tar.gz marcuscom-ports-de8b440e5ae6eacec99d0df8c27b2dc5d5ad39c6.tar.bz2 marcuscom-ports-de8b440e5ae6eacec99d0df8c27b2dc5d5ad39c6.tar.lz marcuscom-ports-de8b440e5ae6eacec99d0df8c27b2dc5d5ad39c6.tar.xz marcuscom-ports-de8b440e5ae6eacec99d0df8c27b2dc5d5ad39c6.tar.zst marcuscom-ports-de8b440e5ae6eacec99d0df8c27b2dc5d5ad39c6.zip |
another hidden introspection user
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18493 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/libsocialweb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/libsocialweb/Makefile b/www/libsocialweb/Makefile index 7945a767a..7a68a7eff 100644 --- a/www/libsocialweb/Makefile +++ b/www/libsocialweb/Makefile @@ -1,6 +1,6 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/www/libsocialweb/Makefile 18393 2013-04-26 21:23:07Z kwm $ PORTNAME= libsocialweb PORTVERSION= 0.25.20 @@ -14,7 +14,7 @@ BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt LIB_DEPENDS= rest-0.7:${PORTSDIR}/www/rest \ json-glib-1.0:${PORTSDIR}/devel/json-glib -USE_GNOME= glib20 intlhack gconf2 +USE_GNOME= glib20 intlhack gconf2 introspection:build USE_XZ= yes USE_GMAKE= yes GNU_CONFIGURE= yes |