audio/gigedit: Fix runtime (imported from DPorts)

This commit is contained in:
John Marino 2016-12-18 01:13:44 +00:00
parent 1d2a3ab447
commit ce3a201477
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428816

View file

@ -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