diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-04 13:11:25 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-04 13:11:25 +0800 |
commit | 8d40a9af5070288d832cb9b93afddcfceb73d525 (patch) | |
tree | f8187ef4063dc6c70f6f5dd9357ff5cbe325243d /editors | |
parent | 7af26f3d720e30b9d0d10c6532c835831944bffc (diff) | |
download | marcuscom-ports-8d40a9af5070288d832cb9b93afddcfceb73d525.tar marcuscom-ports-8d40a9af5070288d832cb9b93afddcfceb73d525.tar.gz marcuscom-ports-8d40a9af5070288d832cb9b93afddcfceb73d525.tar.bz2 marcuscom-ports-8d40a9af5070288d832cb9b93afddcfceb73d525.tar.lz marcuscom-ports-8d40a9af5070288d832cb9b93afddcfceb73d525.tar.xz marcuscom-ports-8d40a9af5070288d832cb9b93afddcfceb73d525.tar.zst marcuscom-ports-8d40a9af5070288d832cb9b93afddcfceb73d525.zip |
Clean up the whitespace to silence portlint.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4687 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index dc19508d2..f6b4d7464 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/editors/abiword-devel/Makefile,v 1.1 2005/08/27 23:46:11 mezz Exp $ # PORTNAME= abiword @@ -67,7 +67,7 @@ PLIST_SUB+= DICT:="" .include <bsd.port.pre.mk> .if ${HAVE_GNOME:Mlibgnomeui}!="" -USE_GNOME+= libgnomeui +USE_GNOME+= libgnomeui CONFIGURE_ARGS+= --enable-gnome PKGNAMESUFFIX= -devel-gnome #GNOME_ENABLED= yes |