diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-30 05:32:55 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-30 05:32:55 +0000 |
commit | 69a51de1165b20b7999333115dc63c51a6ca628f (patch) | |
tree | 2cbe78018b7f8424e82e7de87c02c2706ff0767a /devel | |
parent | 01fcba6c52dd97b023bd52a59dc234dd1bbb1fe1 (diff) | |
download | ports-69a51de1165b20b7999333115dc63c51a6ca628f.tar.gz ports-69a51de1165b20b7999333115dc63c51a6ca628f.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gconf2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 1687482155c7..2e3607e8ab7f 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -14,16 +14,17 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Configuration database system for GNOME - LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING +USES= tar:bzip2 + .if !defined(REFERENCE_PORT) LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit -USES= pathfix gettext gmake pkgconfig tar:bzip2 +USES+= pathfix gettext gmake pkgconfig USE_GNOME= gnomehier orbit2 gtk20 libxml2 ltverhack \ referencehack intlhack dconf introspection:build USE_LDCONFIG= yes |