diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2017-03-21 21:59:31 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-03-21 21:59:31 +0000 |
| commit | 7cfe69b5842cdb1ef6fbef80bffbc8f2651889a8 (patch) | |
| tree | 2b6d3a0598b45365f230c6f61cf8d8d784b7016d /multimedia/gmerlin-avdecoder | |
| parent | 6b610ab5e04c7e7c7916ffe651ed9b7824436bca (diff) | |
Notes
Diffstat (limited to 'multimedia/gmerlin-avdecoder')
| -rw-r--r-- | multimedia/gmerlin-avdecoder/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/gmerlin-avdecoder/Makefile b/multimedia/gmerlin-avdecoder/Makefile index daf6cfaba6e1..47e49289649f 100644 --- a/multimedia/gmerlin-avdecoder/Makefile +++ b/multimedia/gmerlin-avdecoder/Makefile @@ -3,7 +3,7 @@ PORTNAME= gmerlin-avdecoder PORTVERSION= 1.2.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= multimedia MASTER_SITES= SF/gmerlin/${PORTNAME}/${PORTVERSION} @@ -87,7 +87,9 @@ CONFIGURE_ARGS+=--disable-libtiff .endif .if ${PORT_OPTIONS:MSAMBA} -LIB_DEPENDS+= libsmbclient.so:net/samba-libsmbclient +USES+= samba:lib +CPPFLAGS+= -I${SAMBAINCLUDES} +LDFLAGS+= -L${SAMBALIBS} .else CONFIGURE_ARGS+=--disable-samba .endif |
