summaryrefslogtreecommitdiff
path: root/graphics/gtkdps
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-07-20 18:57:55 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-07-20 18:57:55 +0000
commit973873e6b4516d14a5b1c4b9f9ecee20e4c42d30 (patch)
tree91484a8279421586326aee96826e3aac71211ff8 /graphics/gtkdps
parentAdd another MASTER_SITE so that this fetch's again. (diff)
No need to use += for a variable defined only once.
Notes
Notes: svn path=/head/; revision=12025
Diffstat (limited to 'graphics/gtkdps')
-rw-r--r--graphics/gtkdps/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile
index c6b639875c56..28736fde8073 100644
--- a/graphics/gtkdps/Makefile
+++ b/graphics/gtkdps/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 April 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/07/13 02:21:33 steve Exp $
#
DISTNAME= gtkDPS-0.2.11
@@ -16,8 +16,8 @@ MAINTAINER= Nakai@technologist.com
LIB_DEPENDS= gtk\\.1:${PORTSDIR}/x11/gtk
BUILD_DEPENDS= pswrap:${PORTSDIR}/x11/dgs
-CONFIGURE_ARGS+= --with-dps-includes=${X11BASE}/include \
- --with-dps-libraries=${X11BASE}/lib
+CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \
+ --with-dps-libraries=${X11BASE}/lib
GNU_CONFIGURE= yes
USE_X11= yes