diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-24 22:04:49 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-24 22:04:49 +0800 |
commit | 93d6b1a03821b72a96a8c51563209e18b53c1fea (patch) | |
tree | d0fb1a4a1a4c371c76c1e27678138a0ae34fc5f5 /www | |
parent | 9b959c56e0113847df58e604e7fa92c699acd94b (diff) | |
download | marcuscom-ports-93d6b1a03821b72a96a8c51563209e18b53c1fea.tar marcuscom-ports-93d6b1a03821b72a96a8c51563209e18b53c1fea.tar.gz marcuscom-ports-93d6b1a03821b72a96a8c51563209e18b53c1fea.tar.bz2 marcuscom-ports-93d6b1a03821b72a96a8c51563209e18b53c1fea.tar.lz marcuscom-ports-93d6b1a03821b72a96a8c51563209e18b53c1fea.tar.xz marcuscom-ports-93d6b1a03821b72a96a8c51563209e18b53c1fea.tar.zst marcuscom-ports-93d6b1a03821b72a96a8c51563209e18b53c1fea.zip |
Use libxslt:build provided by USE_GNOME instead of build_depends
Discussed with: kwm
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18921 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/libsocialweb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/libsocialweb/Makefile b/www/libsocialweb/Makefile index 89351b631..aeb3949db 100644 --- a/www/libsocialweb/Makefile +++ b/www/libsocialweb/Makefile @@ -16,7 +16,8 @@ BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ LIB_DEPENDS= librest-0.7.so:${PORTSDIR}/devel/librest \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib -USE_GNOME= glib20 intlhack gconf2 introspection:build gnomehier +USE_GNOME= gconf2 glib20 gnomehier intlhack introspection:build \ + libxslt:build USE_XZ= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes |