audio/gigedit: Fix runtime (imported from DPorts)
This commit is contained in:
parent
1d2a3ab447
commit
ce3a201477
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428816
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= gigedit
|
||||
PORTVERSION= 0.2.0
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.linuxsampler.org/packages/
|
||||
|
||||
|
@ -21,7 +21,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -Wl,-rpath=${LOCALBASE}/lib/linuxsampler
|
||||
LIBS+= -lsigc-2.0
|
||||
USES= gettext gmake pkgconfig libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
|
Loading…
Reference in a new issue