diff options
author | pav <pav@FreeBSD.org> | 2004-02-08 03:43:01 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-08 03:43:01 +0800 |
commit | 9e0d6d5113393fbe814f723e2c85488f912a35fa (patch) | |
tree | 3981b582ff1912685f7d2798c679b7eed06d5a72 /audio/sound-juicer | |
parent | 933be3fc5b4c5860559f372faa7b01814b7523d5 (diff) | |
download | freebsd-ports-gnome-9e0d6d5113393fbe814f723e2c85488f912a35fa.tar.gz freebsd-ports-gnome-9e0d6d5113393fbe814f723e2c85488f912a35fa.tar.zst freebsd-ports-gnome-9e0d6d5113393fbe814f723e2c85488f912a35fa.zip |
- Fix build on -STABLE (intlhack)
Diffstat (limited to 'audio/sound-juicer')
-rw-r--r-- | audio/sound-juicer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index cfe90a339eea..866660bc7e1d 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= musicbrainz.3:${PORTSDIR}/audio/libmusicbrainz USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui gstreamerplugins +USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui gstreamerplugins USE_LIBTOOL= yes CONFIGURE_ARGS= --enable-ignore-missing-cd |