aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-12-18 01:13:44 +0000
committerJohn Marino <marino@FreeBSD.org>2016-12-18 01:13:44 +0000
commitce3a2014773e68a2043865e72646bf91cc21837b (patch)
tree9898bf9409118e946f7d95fb1e4a749c0dacb0c7 /audio
parent1d2a3ab44754730f0385677f40894ec306486f64 (diff)
downloadports-ce3a2014773e68a2043865e72646bf91cc21837b.tar.gz
ports-ce3a2014773e68a2043865e72646bf91cc21837b.zip
audio/gigedit: Fix runtime (imported from DPorts)
Notes
Notes: svn path=/head/; revision=428816
Diffstat (limited to 'audio')
-rw-r--r--audio/gigedit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gigedit/Makefile b/audio/gigedit/Makefile
index 8d373e495403..7edaa5362718 100644
--- a/audio/gigedit/Makefile
+++ b/audio/gigedit/Makefile
@@ -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