diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-12 07:46:27 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-12 07:46:27 +0800 |
commit | 9bfa559b8fe55e3add3ff39bef5b949ce3ce04de (patch) | |
tree | 893d6078bc60b0fef6e238dfeeaabe9b2e3de4fe /editors/abiword | |
parent | 9acd44a1e0aefeeadf1f153b724d9ea18587d7bf (diff) | |
download | freebsd-ports-gnome-9bfa559b8fe55e3add3ff39bef5b949ce3ce04de.tar.gz freebsd-ports-gnome-9bfa559b8fe55e3add3ff39bef5b949ce3ce04de.tar.zst freebsd-ports-gnome-9bfa559b8fe55e3add3ff39bef5b949ce3ce04de.zip |
* Add missing popt dependency [1]
* Convert to new GNOME infrastructure
Reported by: bento [1]
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 88618508aa0e..33d624f5724f 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -7,6 +7,7 @@ PORTNAME= AbiWord2 PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/ @@ -20,9 +21,8 @@ COMMENT= An open-source, cross-platform WYSIWYG word processor BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ iconv.3:${PORTSDIR}/converters/libiconv \ - glade-2.0.0:${PORTSDIR}/devel/libglade2 \ - xml2.5:${PORTSDIR}/textproc/libxml2 \ fribidi.0:${PORTSDIR}/converters/fribidi \ + popt.0:${PORTSDIR}/devel/popt \ aspell.15:${PORTSDIR}/textproc/aspell DIST_SUBDIR= AbiWord @@ -35,8 +35,8 @@ USE_AUTOMAKE_VER=14 USE_AUTOCONF_VER=213 USE_GMAKE= yes USE_REINPLACE= yes -USE_GNOMENG= yes -USE_GNOME= gnomehier +USE_GNOME= gnomehier libglade2 libxml2 +WANT_GNOME= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -liconv" CONFIGURE_ARGS= --enable-xft @@ -48,9 +48,7 @@ MAKEFILE= GNUmakefile BROKEN= "This port cannot be built when textproc/wv is installed because of a header conflict. Please remove textproc/wv, and resume the build. If textproc/wv is no longer installed, please remove ${LOCALBASE}/include/wv.h, and resume the AbiWord2 build" .endif -.if defined(WITH_GNOME) || \ - ( exists(${X11BASE}/libdata/pkgconfig/libnautilus.pc) && \ - exists(${X11BASE}/libdata/pkgconfig/gal-2.0.pc) ) +.if ${HAVE_GNOME:Mnautilus2}!="" && ${HAVE_GNOME:Mgal2}!="" LIB_DEPENDS+= nautilus.2:${PORTSDIR}/x11-fm/nautilus2 \ gal-2.0.1:${PORTSDIR}/x11-toolkits/gal2 CONFIGURE_ARGS+= --enable-gnome |