diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-01 00:10:25 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-01 00:10:25 +0800 |
commit | ec9b104e6513511d0a766ea931e17b7e48eb59b7 (patch) | |
tree | 5aea4035f1b2b50530b19fc71a25160a2c48826b /audio/resid | |
parent | ae4e79e9d03e9bedc1035852b1d761940e42d24a (diff) | |
download | freebsd-ports-gnome-ec9b104e6513511d0a766ea931e17b7e48eb59b7.tar.gz freebsd-ports-gnome-ec9b104e6513511d0a766ea931e17b7e48eb59b7.tar.zst freebsd-ports-gnome-ec9b104e6513511d0a766ea931e17b7e48eb59b7.zip |
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'audio/resid')
-rw-r--r-- | audio/resid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/resid/Makefile b/audio/resid/Makefile index e075ce1d685c..c577402d2df6 100644 --- a/audio/resid/Makefile +++ b/audio/resid/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Cycle-based SID emulator engine -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-shared INSTALLS_SHLIB= yes |