diff options
-rw-r--r-- | deskutils/libmrproject/Makefile | 4 | ||||
-rw-r--r-- | graphics/librsvg2/Makefile | 5 | ||||
-rw-r--r-- | math/gnumeric2/Makefile | 4 | ||||
-rw-r--r-- | textproc/libwpd/Makefile | 3 | ||||
-rw-r--r-- | textproc/libwpd08/Makefile | 3 |
5 files changed, 6 insertions, 13 deletions
diff --git a/deskutils/libmrproject/Makefile b/deskutils/libmrproject/Makefile index a42aa685a9ef..27de1b709857 100644 --- a/deskutils/libmrproject/Makefile +++ b/deskutils/libmrproject/Makefile @@ -14,11 +14,9 @@ MASTER_SITES= ftp://ftp.codefactory.se/pub/software/mrproject/source/ MAINTAINER= gnome@FreeBSD.org COMMENT= Library backend for MrProject project management application -LIB_DEPENDS= gsf-1.9:${PORTSDIR}/devel/libgsf - USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnometarget +USE_GNOME= gnomeprefix gnomehack gnometarget libgsf INSTALLS_SHLIB= yes USE_REINPLACE= yes USE_LIBTOOL= yes diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index b7638323f862..441acc4fced6 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -19,8 +19,7 @@ COMMENT= Library for parsing and rendering SVG vector-graphic files BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - popt.0:${PORTSDIR}/devel/popt \ - gsf-1.9:${PORTSDIR}/devel/libgsf + popt.0:${PORTSDIR}/devel/popt RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/2.2.0/engines/libmetal.so:${PORTSDIR}/x11-toolkits/gtk-engines2 USE_BZIP2= yes @@ -29,7 +28,7 @@ USE_X_PREFIX= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes USE_REINPLACE= yes -USE_GNOME= gnomehack gtk20 libartlgpl2 libxml2 +USE_GNOME= gnomehack gtk20 libartlgpl2 libxml2 libgsf CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-svgz \ diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 7af4e4db2fe3..48d0ce8e466c 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -16,13 +16,11 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The GNOME 2 spreadsheet -LIB_DEPENDS= gsf-1.9:${PORTSDIR}/devel/libgsf - USE_BZIP2= yes USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeprintui gal2 libgda2 +USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeprintui gal2 libgda2 libgsf USE_PYTHON= yes USE_REINPLACE= yes USE_LIBTOOL= yes diff --git a/textproc/libwpd/Makefile b/textproc/libwpd/Makefile index 2485022f4698..b85589c27cd8 100644 --- a/textproc/libwpd/Makefile +++ b/textproc/libwpd/Makefile @@ -14,9 +14,8 @@ MASTER_SITE_SUBDIR= libwpd MAINTAINER= reed@pugetsoundtechnology.com COMMENT= Tools for importing and exporting WordPerfect(tm) documents -LIB_DEPENDS= gsf-1.9:${PORTSDIR}/devel/libgsf - USE_GMAKE= yes GNU_CONFIGURE= yes +USE_GNOME= libgsf .include <bsd.port.mk> diff --git a/textproc/libwpd08/Makefile b/textproc/libwpd08/Makefile index 2485022f4698..b85589c27cd8 100644 --- a/textproc/libwpd08/Makefile +++ b/textproc/libwpd08/Makefile @@ -14,9 +14,8 @@ MASTER_SITE_SUBDIR= libwpd MAINTAINER= reed@pugetsoundtechnology.com COMMENT= Tools for importing and exporting WordPerfect(tm) documents -LIB_DEPENDS= gsf-1.9:${PORTSDIR}/devel/libgsf - USE_GMAKE= yes GNU_CONFIGURE= yes +USE_GNOME= libgsf .include <bsd.port.mk> |