diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-07 20:05:37 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-07 20:05:37 +0000 |
commit | 7483085a9a55313523ffcef5346b298692bbd109 (patch) | |
tree | 25e27fe5842f94faeb23aa6df949537382e51f06 /print/libgnomeprintmm/Makefile | |
parent | 4c019d3767e1205403c83eaded28f8a9fe46e0fe (diff) | |
download | ports-7483085a9a55313523ffcef5346b298692bbd109.tar.gz ports-7483085a9a55313523ffcef5346b298692bbd109.zip |
Notes
Diffstat (limited to 'print/libgnomeprintmm/Makefile')
-rw-r--r-- | print/libgnomeprintmm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/libgnomeprintmm/Makefile b/print/libgnomeprintmm/Makefile index 64248d8fcd97..61189f744ef3 100644 --- a/print/libgnomeprintmm/Makefile +++ b/print/libgnomeprintmm/Makefile @@ -3,7 +3,7 @@ PORTNAME= libgnomeprintmm PORTVERSION= 2.5.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -14,12 +14,12 @@ COMMENT= C++ bindings for the GNOME print support library LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -USES= pkgconfig gmake tar:bzip2 -USE_AUTOTOOLS= libtool -USE_GNOME= gnomeprefix gnomehack libgnomeprint +USES= gmake libtool pathfix pkgconfig tar:bzip2 +USE_GNOME= gnomeprefix libgnomeprint USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static +INSTALL_TARGET= install-strip PLIST_SUB= VERSION="2.5" API_VERSION="2.6" |