summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2004-01-06 13:31:16 +0000
committernectar <nectar@FreeBSD.org>2004-01-06 13:31:16 +0000
commit56ba0c285fdf065a9c3e9cfbbaec60625dd0b30e (patch)
tree05f617ff7fd2507efdee4731102dd348c35679e4 /graphics
parentdc755383ca9f44384763e3f9e1a0713f12653408 (diff)
downloadFreeBSD-ports-56ba0c285fdf065a9c3e9cfbbaec60625dd0b30e.zip
FreeBSD-ports-56ba0c285fdf065a9c3e9cfbbaec60625dd0b30e.tar.gz
Correct a logic error in construction of configuration arguments,
namely s/CONFIGURE_ARGS=/CONFIGURE_ARGS+=/. This fixes the GIMP 1.2.x dependency.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xsane/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile
index f4d250e..37a4dc9 100644
--- a/graphics/xsane/Makefile
+++ b/graphics/xsane/Makefile
@@ -40,7 +40,7 @@ CONFIGURE_ARGS+= --disable-gimp
USE_GNOME= gtk20
.else
USE_GNOME= gtk12
-CONFIGURE_ARGS= --disable-gtk2
+CONFIGURE_ARGS+= --disable-gtk2
.endif
pre-everything::
OpenPOWER on IntegriCloud