diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-05 11:13:18 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-05 11:13:18 +0800 |
commit | 1709e979938b20a74c25412059b770b9f26e23ec (patch) | |
tree | bcb0a393ccf0256d194e0df4b20a341a47e4f5f8 /sysutils/gconf-editor | |
parent | 6e5039e5d8ce567e36edb3ab0ea7a8cbaca5698c (diff) | |
download | freebsd-ports-gnome-1709e979938b20a74c25412059b770b9f26e23ec.tar.gz freebsd-ports-gnome-1709e979938b20a74c25412059b770b9f26e23ec.tar.zst freebsd-ports-gnome-1709e979938b20a74c25412059b770b9f26e23ec.zip |
Use intlhack to avoid adding a patch.
Diffstat (limited to 'sysutils/gconf-editor')
-rw-r--r-- | sysutils/gconf-editor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile index 4c2e7d843870..bd9edae42c79 100644 --- a/sysutils/gconf-editor/Makefile +++ b/sysutils/gconf-editor/Makefile @@ -19,7 +19,7 @@ COMMENT= A gconf database editor for the GNOME 2 environment USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gconf2 +USE_GNOME= gnomeprefix intlhack gnomehack gconf2 USE_LIBTOOL_VER=13 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |