No need to use += for a variable defined only once.

This commit is contained in:
Satoshi Asami 1998-07-20 18:57:55 +00:00
parent e14ec98a41
commit 973873e6b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12025

View File

@ -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