diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-20 21:55:44 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-20 21:55:44 +0800 |
commit | 7c2f5928b02982f06cd1bc83cf8050f404605529 (patch) | |
tree | 0d797c858f95d2ba50653badd90e878b821896a6 | |
parent | 3fc8019bcc881f90342cc721770d1ff985495cd9 (diff) | |
download | marcuscom-ports-7c2f5928b02982f06cd1bc83cf8050f404605529.tar marcuscom-ports-7c2f5928b02982f06cd1bc83cf8050f404605529.tar.gz marcuscom-ports-7c2f5928b02982f06cd1bc83cf8050f404605529.tar.bz2 marcuscom-ports-7c2f5928b02982f06cd1bc83cf8050f404605529.tar.lz marcuscom-ports-7c2f5928b02982f06cd1bc83cf8050f404605529.tar.xz marcuscom-ports-7c2f5928b02982f06cd1bc83cf8050f404605529.tar.zst marcuscom-ports-7c2f5928b02982f06cd1bc83cf8050f404605529.zip |
Depend on gconf2, fix plist.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16503 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/libsocialweb/Makefile | 3 | ||||
-rw-r--r-- | www/libsocialweb/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/libsocialweb/Makefile b/www/libsocialweb/Makefile index 044d90083..c1706f385 100644 --- a/www/libsocialweb/Makefile +++ b/www/libsocialweb/Makefile @@ -7,6 +7,7 @@ PORTNAME= libsocialweb PORTVERSION= 0.25.19 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= GNOME @@ -17,7 +18,7 @@ BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt LIB_DEPENDS= rest-0.7.0:${PORTSDIR}/www/rest \ json-glib-1.0.0:${PORTSDIR}/devel/json-glib -USE_GNOME= gnomehack glib20 intlhack +USE_GNOME= gnomehack glib20 intlhack gconf2 USE_XZ= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/www/libsocialweb/pkg-plist b/www/libsocialweb/pkg-plist index 7eb443483..37a2fb015 100644 --- a/www/libsocialweb/pkg-plist +++ b/www/libsocialweb/pkg-plist @@ -173,7 +173,6 @@ share/locale/ca@valencia/LC_MESSAGES/libsocialweb.mo share/locale/cs/LC_MESSAGES/libsocialweb.mo share/locale/da/LC_MESSAGES/libsocialweb.mo share/locale/de/LC_MESSAGES/libsocialweb.mo -share/locale/el/LC_MESSAGES/gnome-web-photo.mo share/locale/en_GB/LC_MESSAGES/libsocialweb.mo share/locale/es/LC_MESSAGES/libsocialweb.mo share/locale/eu/LC_MESSAGES/libsocialweb.mo |