diff options
Diffstat (limited to 'devel/libgsf/Makefile')
-rw-r--r-- | devel/libgsf/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index 61572e7e6df6..2a1240c58fac 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -4,7 +4,7 @@ PORTNAME= libgsf PORTVERSION= 1.14.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -12,12 +12,13 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Extensible I/O abstraction for dealing with structured file formats -USES= gettext gmake pathfix pkgconfig tar:xz -USE_LDCONFIG= yes +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= gdkpixbuf2 glib20 gnomeprefix intlhack introspection:build \ - libxml2 ltverhack -USE_AUTOTOOLS= libtool + libxml2 +GNU_CONFIGURE= yes +USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip .include <bsd.port.mk> |