diff options
author | krion <krion@FreeBSD.org> | 2004-07-18 01:01:17 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-18 01:01:17 +0800 |
commit | 9e89ba884c52773347002cc90d511e6140a2bb2a (patch) | |
tree | b9f395cd646cc97dca21ac0eec3dac830384a9fb /audio/libsidplay2/Makefile | |
parent | 7941bfe6c152de419ddd1881ea3d9cd7a3a88684 (diff) | |
download | freebsd-ports-graphics-9e89ba884c52773347002cc90d511e6140a2bb2a.tar.gz freebsd-ports-graphics-9e89ba884c52773347002cc90d511e6140a2bb2a.tar.zst freebsd-ports-graphics-9e89ba884c52773347002cc90d511e6140a2bb2a.zip |
Update to version 2.1.1
PR: ports/69184
Submitted by: Ports Fury
Diffstat (limited to 'audio/libsidplay2/Makefile')
-rw-r--r-- | audio/libsidplay2/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile index 55e143c7223..90f26a25ebc 100644 --- a/audio/libsidplay2/Makefile +++ b/audio/libsidplay2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libsidplay2 -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 2.1.1 CATEGORIES= audio emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sidplay2 @@ -19,7 +18,12 @@ COMMENT= Library to play Commodore 64 SID-tunes cycle accurate USE_GNOME= gnomehack gnometarget pkgconfig USE_GMAKE= yes USE_REINPLACE= yes -GNU_CONFIGURE= yes +USE_LIBTOOL_VER= 15 +LIBTOOLFILES= builders/hardsid-builder/configure \ + builders/resid-builder/configure \ + libsidplay/configure \ + libsidutils/configure \ + resid/configure INSTALLS_SHLIB= yes post-patch: |