diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-20 20:15:46 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-20 20:15:46 +0800 |
commit | 7636971d1713d203f301d215eabf001c58980dda (patch) | |
tree | c5ee23abc5dd4746cabffa11554a7533e53a9b59 /audio/lash | |
parent | 7f5fd3e68155db121be6722f7f61408d231eaf89 (diff) | |
download | freebsd-ports-gnome-7636971d1713d203f301d215eabf001c58980dda.tar.gz freebsd-ports-gnome-7636971d1713d203f301d215eabf001c58980dda.tar.zst freebsd-ports-gnome-7636971d1713d203f301d215eabf001c58980dda.zip |
- Switch audio/lash to USES=libtool, drop .la files
- Add required LIBS
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'audio/lash')
-rw-r--r-- | audio/lash/Makefile | 5 | ||||
-rw-r--r-- | audio/lash/pkg-plist | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/audio/lash/Makefile b/audio/lash/Makefile index 4153be48dbe2..49625b059efb 100644 --- a/audio/lash/Makefile +++ b/audio/lash/Makefile @@ -3,7 +3,7 @@ PORTNAME= lash PORTVERSION= 0.5.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= SAVANNAH @@ -20,11 +20,12 @@ LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack \ OPTIONS_DEFINE= READLINE DOCS OPTIONS_DEFAULT=READLINE -USES= gmake pathfix pkgconfig +USES= gmake pathfix pkgconfig libtool USE_GNOME= gtk20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsa-midi USE_LDCONFIG= yes +LIBS= -luuid CPPFLAGS+= -I${LOCALBASE}/include/dssi -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/audio/lash/pkg-plist b/audio/lash/pkg-plist index 04f61bbf1a3f..7cc0614412f8 100644 --- a/audio/lash/pkg-plist +++ b/audio/lash/pkg-plist @@ -8,9 +8,9 @@ include/lash-1.0/lash/config.h include/lash-1.0/lash/event.h include/lash-1.0/lash/client_interface.h include/lash-1.0/lash/protocol.h -lib/liblash.so.2 +lib/liblash.so.1.1.1 +lib/liblash.so.1 lib/liblash.so -lib/liblash.la lib/liblash.a libdata/pkgconfig/lash-1.0.pc %%PORTDOCS%%%%DOCSDIR%%/lash-manual.html |