diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-10-01 13:14:34 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-10-01 13:14:34 +0000 |
commit | a87b251f98c95bb73a3a93954bc12be3df1846e2 (patch) | |
tree | 1d3561f33eb723afa1542d10984ffcf2ee61467f /audio/libebur128/Makefile | |
parent | a98a587e8187fc63f43bbffd02fe716467853adb (diff) |
Notes
Diffstat (limited to 'audio/libebur128/Makefile')
-rw-r--r-- | audio/libebur128/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libebur128/Makefile b/audio/libebur128/Makefile index 1ea903e8f0a4..6904c40c4176 100644 --- a/audio/libebur128/Makefile +++ b/audio/libebur128/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libebur128 -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 DISTVERSIONPREFIX= v CATEGORIES= audio @@ -19,5 +19,6 @@ GH_ACCOUNT= jiixyj USES= cmake:outsource pkgconfig USE_LDCONFIG= yes +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> |