diff options
Diffstat (limited to 'multimedia/gmerlin-avdecoder/Makefile')
-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 |