diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-28 15:38:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-28 15:38:03 +0000 |
commit | db1a0b834e936c1ae1553d39d8e68dba7005467f (patch) | |
tree | bdbcab63a2a88eb0606ca63e0792ba2a680b1dfe /audio/soundtouch/Makefile | |
parent | 52476920f78608ec9090dd8ebb555805329c5ea6 (diff) |
Notes
Diffstat (limited to 'audio/soundtouch/Makefile')
-rw-r--r-- | audio/soundtouch/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index 0744f6ded9db..a3c9b9660376 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -7,6 +7,7 @@ PORTNAME= soundtouch DISTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.surina.net/soundtouch/ @@ -15,6 +16,8 @@ COMMENT= An open-source audio processing library GNU_CONFIGURE= yes USE_GMAKE= yes +CONFIGURE_ARGS= --enable-shared=yes +USE_LDCONFIG= yes # For some reason this library contains config/ directory with # lots of broken symlinks. Remove them here and add new one using |