diff options
author | mezz <mezz@FreeBSD.org> | 2009-07-14 02:26:54 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2009-07-14 02:26:54 +0800 |
commit | a2842e471e969e6a802ebaf2556cba5f4a21a68b (patch) | |
tree | 20fc50c19a7544df8dba74730302369bd502db94 /audio/yammi | |
parent | 233ba9500c87975289d1cfcae172e5f39c7099be (diff) | |
download | freebsd-ports-gnome-a2842e471e969e6a802ebaf2556cba5f4a21a68b.tar.gz freebsd-ports-gnome-a2842e471e969e6a802ebaf2556cba5f4a21a68b.tar.zst freebsd-ports-gnome-a2842e471e969e6a802ebaf2556cba5f4a21a68b.zip |
Fix the build with libtool 2.2.
Diffstat (limited to 'audio/yammi')
-rw-r--r-- | audio/yammi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/yammi/Makefile b/audio/yammi/Makefile index 95e6f67e5490..d45e2e5f8b39 100644 --- a/audio/yammi/Makefile +++ b/audio/yammi/Makefile @@ -22,7 +22,7 @@ OPTIONS= XMMS "XMMS backend support" off USE_KDELIBS_VER= 3 USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262:env automake:19:env libtool:15:env +USE_AUTOTOOLS= autoconf:262:env automake:19:env libtool:15 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gstreamer |