diff options
Diffstat (limited to 'print/xfce4-print/Makefile')
-rw-r--r-- | print/xfce4-print/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile index fee279cbe7de..bf7b6f82adda 100644 --- a/print/xfce4-print/Makefile +++ b/print/xfce4-print/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-print PORTVERSION= 4.0.0 +PORTREVISION= 1 CATEGORIES= print xfce MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \ http://linux.imp.mx/xfce4/xfce_${PORTVERSION}/src/ @@ -16,13 +17,17 @@ DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 graphical frontend for printing -LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ + xfce4util.1:${PORTSDIR}/x11/libxfce4util \ xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui USE_GNOME= gtk20 USE_X_PREFIX= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -NO_FILTER_SHLIBS= yes +CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ + CPPFLAGS=-I${LOCALBASE}/include \ + LIBS=-L${LOCALBASE}/lib .include <bsd.port.mk> |