diff options
author | marcus <marcus@FreeBSD.org> | 2004-10-27 05:22:02 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-10-27 05:22:02 +0800 |
commit | dcbdf7aa4309e72653870d388ab04e3ff0d5f59e (patch) | |
tree | 5b369f48043e28a0d0e1c61d968bf7ac2899027b | |
parent | fb833e7ee2b365ebbd267e7d8f625fd3e394efcd (diff) | |
download | freebsd-ports-gnome-dcbdf7aa4309e72653870d388ab04e3ff0d5f59e.tar.gz freebsd-ports-gnome-dcbdf7aa4309e72653870d388ab04e3ff0d5f59e.tar.zst freebsd-ports-gnome-dcbdf7aa4309e72653870d388ab04e3ff0d5f59e.zip |
Add intlhack to fix the build with Perl 5.00503, and add a missing dependency
on intltool.
Reported by: lofi
-rw-r--r-- | misc/gnome-mime-data/Makefile | 2 | ||||
-rw-r--r-- | misc/gnomemimedata/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/gnome-mime-data/Makefile b/misc/gnome-mime-data/Makefile index f21a61bb9703..8c1b9bcaba95 100644 --- a/misc/gnome-mime-data/Makefile +++ b/misc/gnome-mime-data/Makefile @@ -19,7 +19,7 @@ COMMENT= A MIME and Application database for GNOME USE_BZIP2= yes USE_GETTEXT= yes USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomehier gnomeprefix gnometarget pkgconfig +USE_GNOME= gnomehack gnomehier intlhack gnomeprefix gnometarget pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" diff --git a/misc/gnomemimedata/Makefile b/misc/gnomemimedata/Makefile index f21a61bb9703..8c1b9bcaba95 100644 --- a/misc/gnomemimedata/Makefile +++ b/misc/gnomemimedata/Makefile @@ -19,7 +19,7 @@ COMMENT= A MIME and Application database for GNOME USE_BZIP2= yes USE_GETTEXT= yes USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomehier gnomeprefix gnometarget pkgconfig +USE_GNOME= gnomehack gnomehier intlhack gnomeprefix gnometarget pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" |