diff options
author | ade <ade@FreeBSD.org> | 2004-03-25 04:31:55 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-03-25 04:31:55 +0000 |
commit | a63b60fdc5f4ffb6ca32147751acd76012e37013 (patch) | |
tree | 76f0c71d9692c289fd9ca9238b9a8d9dfe69281a /audio/xmms-faad | |
parent | 510e77ca675d0a788ff6de740c4bc1d49167e355 (diff) | |
download | FreeBSD-ports-a63b60fdc5f4ffb6ca32147751acd76012e37013.zip FreeBSD-ports-a63b60fdc5f4ffb6ca32147751acd76012e37013.tar.gz |
Clean up USE_{LIBTOOL,AUTOCONF,AUTOMAKE} to appropriate *_VER variables
Diffstat (limited to 'audio/xmms-faad')
-rw-r--r-- | audio/xmms-faad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-faad/Makefile b/audio/xmms-faad/Makefile index bc5829d..7a4a3a4 100644 --- a/audio/xmms-faad/Makefile +++ b/audio/xmms-faad/Makefile @@ -31,7 +31,7 @@ AUTOMAKE_ARGS= --add-missing USE_X_PREFIX= yes USE_GNOME= gtk12 USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_REINPLACE= yes CONFIGURE_ARGS= --program-transform-name='' --with-mp4v2 |