diff options
author | lofi <lofi@FreeBSD.org> | 2003-12-07 23:30:01 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2003-12-07 23:30:01 +0800 |
commit | 1e51f737e5ed9b64362ade698ec331902d56d0f5 (patch) | |
tree | 180546b6bb39aafba72a33fb2ca678ec67f51d19 /audio/portaudio2 | |
parent | f88000429e7fc53d41728d0ca3c7496fe79989ca (diff) | |
download | freebsd-ports-gnome-1e51f737e5ed9b64362ade698ec331902d56d0f5.tar.gz freebsd-ports-gnome-1e51f737e5ed9b64362ade698ec331902d56d0f5.tar.zst freebsd-ports-gnome-1e51f737e5ed9b64362ade698ec331902d56d0f5.zip |
Readd more of the previously deleted cludge. Bump PORTREVISION.
Diffstat (limited to 'audio/portaudio2')
-rw-r--r-- | audio/portaudio2/Makefile | 2 | ||||
-rw-r--r-- | audio/portaudio2/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/audio/portaudio2/Makefile b/audio/portaudio2/Makefile index 0d746a803c7c..07c4f5007804 100644 --- a/audio/portaudio2/Makefile +++ b/audio/portaudio2/Makefile @@ -7,6 +7,7 @@ PORTNAME= portaudio PORTVERSION= 18.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.portaudio.com/archives/ DISTNAME= ${PORTNAME}_v${PORTVERSION:S/./_/} @@ -21,6 +22,7 @@ GNU_CONFIGURE= yes INSTALLS_SHLIB= yes NO_FILTER_SHLIBS=yes +PLIST_SUB+= SHLIB_VERSION=${SHLIB_VERSION} SHLIB_VERSION= 0 pre-everything:: diff --git a/audio/portaudio2/pkg-plist b/audio/portaudio2/pkg-plist index bc0b350974d4..0b42b5cf9c38 100644 --- a/audio/portaudio2/pkg-plist +++ b/audio/portaudio2/pkg-plist @@ -25,3 +25,4 @@ include/portaudio.h lib/libportaudio.a lib/libportaudio.so lib/libportaudio.so.0.0.18 +lib/libportaudio.so.%%SHLIB_VERSION%% |