diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-17 10:20:16 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-17 10:20:16 +0800 |
commit | 12b1ce2425e6a80bbc0b2a6d857944fafe23a8f3 (patch) | |
tree | 78f5d26ff59ca72d491c9cbd5d761d21bf21a35c /www/epiphany | |
parent | 2b9c1b41937475567bd3aa59b7efbf40fdd105cb (diff) | |
download | freebsd-ports-gnome-12b1ce2425e6a80bbc0b2a6d857944fafe23a8f3.tar.gz freebsd-ports-gnome-12b1ce2425e6a80bbc0b2a6d857944fafe23a8f3.tar.zst freebsd-ports-gnome-12b1ce2425e6a80bbc0b2a6d857944fafe23a8f3.zip |
I really meant to sweep ephy before I committed. I must have been distracted.
Add intlhack to fix the build on -STABLE.
Reported by: Randy Bush <randy@psg.com>
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index f8ac0e6a50c8..e526add2d966 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -40,7 +40,7 @@ HEADERS_SUFX= USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui WANT_GNOME= yes USE_LIBTOOL= yes USE_GMAKE= yes |