aboutsummaryrefslogtreecommitdiff
path: root/devel/libgsf/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-22 20:56:52 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-22 20:56:52 +0000
commit6b8fe3db6b25f7bcd01a20760cb167db1cbb4d2e (patch)
tree89ef1f1c6a4870e8316e08015ab4ee035b7f8ab2 /devel/libgsf/Makefile
parentccac9ebe1b29570efcf236b4f38e6747a4587b1d (diff)
Notes
Diffstat (limited to 'devel/libgsf/Makefile')
-rw-r--r--devel/libgsf/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
index f6a8485a000d..55fa4cbb751e 100644
--- a/devel/libgsf/Makefile
+++ b/devel/libgsf/Makefile
@@ -7,13 +7,14 @@
PORTNAME= libgsf
PORTVERSION= 1.9.1
-CATEGORIES= devel gnome
+PORTREVISION= 1
+CATEGORIES?= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
-COMMENT= An extensible i/o abstraction for dealing with structured file formats
+COMMENT?= An extensible i/o abstraction for dealing with structured file formats
.if !exists(/usr/lib/libbz2.so.1)
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
@@ -22,11 +23,11 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
USE_BZIP2= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
-USE_GNOME= gnomehack libbonobo gnomevfs2
+USE_GNOME?= gnomehack glib20 libxml2
USE_LIBTOOL_VER= 13
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
- --disable-gtk-doc --with-gnome --with-bz2
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ARGS?= --with-html-dir=${PREFIX}/share/doc \
+ --disable-gtk-doc --without-gnome --with-bz2
+CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>