diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /audio/resid | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'audio/resid')
-rw-r--r-- | audio/resid/Makefile | 3 | ||||
-rw-r--r-- | audio/resid/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/audio/resid/Makefile b/audio/resid/Makefile index cb38934e5ead..fbd84fd09319 100644 --- a/audio/resid/Makefile +++ b/audio/resid/Makefile @@ -7,6 +7,7 @@ PORTNAME= resid PORTVERSION= 0.16 +PORTREVISION= 1 CATEGORIES= audio emulators MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ehaupt @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Cycle-based SID emulator engine -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/audio/resid/pkg-plist b/audio/resid/pkg-plist index d7e19aa9e965..5a377dbbf24a 100644 --- a/audio/resid/pkg-plist +++ b/audio/resid/pkg-plist @@ -8,6 +8,7 @@ include/resid/spline.h include/resid/voice.h include/resid/wave.h lib/libresid.a +lib/libresid.la lib/libresid.so lib/libresid.so.5 @dirrm include/resid |