diff options
author | marino <marino@FreeBSD.org> | 2016-12-18 09:13:44 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-12-18 09:13:44 +0800 |
commit | ab24521bf5a01e891b20af7ec9f106ea9defefc6 (patch) | |
tree | 9898bf9409118e946f7d95fb1e4a749c0dacb0c7 | |
parent | 8f18578f44e9e63c32935d01be2e02fe52aedf0c (diff) | |
download | freebsd-ports-gnome-ab24521bf5a01e891b20af7ec9f106ea9defefc6.tar.gz freebsd-ports-gnome-ab24521bf5a01e891b20af7ec9f106ea9defefc6.tar.zst freebsd-ports-gnome-ab24521bf5a01e891b20af7ec9f106ea9defefc6.zip |
audio/gigedit: Fix runtime (imported from DPorts)
-rw-r--r-- | audio/gigedit/Makefile | 4 |
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 |