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 /print/gnome-cups-manager | |
parent | 6b610ab5e04c7e7c7916ffe651ed9b7824436bca (diff) | |
download | ports-7cfe69b5842cdb1ef6fbef80bffbc8f2651889a8.tar.gz ports-7cfe69b5842cdb1ef6fbef80bffbc8f2651889a8.zip |
Notes
Diffstat (limited to 'print/gnome-cups-manager')
-rw-r--r-- | print/gnome-cups-manager/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/gnome-cups-manager/Makefile b/print/gnome-cups-manager/Makefile index 668bb662a593..12515d62bd4f 100644 --- a/print/gnome-cups-manager/Makefile +++ b/print/gnome-cups-manager/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome-cups-manager PORTVERSION= 0.31 -PORTREVISION= 16 +PORTREVISION= 17 PORTEPOCH= 1 CATEGORIES= print gnome MASTER_SITES= GNOME @@ -16,15 +16,15 @@ COMMENT= Administration tool for cups LIB_DEPENDS= libgnomecups-1.0.so:print/libgnomecups RUN_DEPENDS= gnomesu:security/libgnomesu -USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 +USES= gettext gmake libtool pathfix pkgconfig samba:lib tar:bzip2 USE_GNOME= gnomeprefix intlhack libgnomeprintui libgnomeui USE_LDCONFIG= yes USE_XORG= x11 INSTALLS_ICONS= yes INSTALL_TARGET= install-strip GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -D_IPP_PRIVATE_STRUCTURES -LIBS+= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include -I${SAMBAINCLUDES} -D_IPP_PRIVATE_STRUCTURES +LIBS+= -L${LOCALBASE}/lib -L${SAMBALIBS} post-patch: @${SED} -e 's|%%PREFIX%%|${PREFIX}|' \ |