diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-03-14 06:17:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-03-14 06:17:56 +0000 |
commit | 3f651573ad3b90cf8e6539c52b4b34a1df543fa6 (patch) | |
tree | 14261786c359f03d9574a1c204f76ddc8ec4db8a /audio/xmp | |
parent | 003520276a84300843c37e85ff39f416dec0bd8e (diff) | |
download | ports-3f651573ad3b90cf8e6539c52b4b34a1df543fa6.tar.gz ports-3f651573ad3b90cf8e6539c52b4b34a1df543fa6.zip |
Notes
Diffstat (limited to 'audio/xmp')
-rw-r--r-- | audio/xmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index dd2ddb96af37..8e41e74727b4 100644 --- a/audio/xmp/Makefile +++ b/audio/xmp/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsa CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CFLAGS="-I${LOCALBASE}/include -fPIC" -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 WANT_GNOME= yes .include <bsd.port.pre.mk> |