diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-10 05:22:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-10 05:22:13 +0000 |
commit | 610ae5681637c1051a0c17b54e29d97f53da2f3a (patch) | |
tree | c231a1eb74b07e444fa7363012cb84bf23d83ce0 /editors/abiword | |
parent | 15b6544926b07a98710eeb765baf03e3fc9a195c (diff) | |
download | ports-610ae5681637c1051a0c17b54e29d97f53da2f3a.tar.gz ports-610ae5681637c1051a0c17b54e29d97f53da2f3a.zip |
Notes
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index b0611377ab37..fb3d0ee2f8fc 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/abiword/Makefile,v 1.8 2007/07/24 04:25:21 mezz Exp $ +# $MCom: ports/editors/abiword/Makefile,v 1.11 2008/08/19 00:45:06 marcus Exp $ # PORTNAME= abiword PORTVERSION= 2.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword @@ -66,14 +66,14 @@ PLIST_SUB+= DICT:="@comment " #CONFIGURE_ARGS+= --disable-gnomeui #.endif -.if (defined(WITH_GUCHARMAP) || \ - exists(${LOCALBASE}/libdata/pkgconfig/gucharmap.pc)) && \ - !defined(WITHOUT_GUCHARMAP) -LIB_DEPENDS+= gucharmap.6:${PORTSDIR}/deskutils/gucharmap -CONFIGURE_ARGS+= --enable-gucharmap -.else +#.if (defined(WITH_GUCHARMAP) || \ +# exists(${LOCALBASE}/libdata/pkgconfig/gucharmap.pc)) && \ +# !defined(WITHOUT_GUCHARMAP) +#LIB_DEPENDS+= gucharmap.6:${PORTSDIR}/deskutils/gucharmap +#CONFIGURE_ARGS+= --enable-gucharmap +#.else CONFIGURE_ARGS+= --disable-gucharmap -.endif +#.endif pre-everything:: @${ECHO_MSG} "" |