diff options
author | Alexander Langer <alex@FreeBSD.org> | 1997-12-24 01:21:47 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 1997-12-24 01:21:47 +0000 |
commit | dab61dff141cf6f3c73d292a0b3d51f7c627db07 (patch) | |
tree | 28fae1fb481b10b7b6210a2472019866db9d8bac /x11-toolkits/tkstep80 | |
parent | 2a42fd62a8e25a47ed589726645bccb6357e1493 (diff) | |
download | ports-dab61dff141cf6f3c73d292a0b3d51f7c627db07.tar.gz ports-dab61dff141cf6f3c73d292a0b3d51f7c627db07.zip |
No need to use += on first appearance of variables.
Notes
Notes:
svn path=/head/; revision=9161
Diffstat (limited to 'x11-toolkits/tkstep80')
-rw-r--r-- | x11-toolkits/tkstep80/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/tkstep80/Makefile b/x11-toolkits/tkstep80/Makefile index 9d7d6747859d..b1413ea6bf42 100644 --- a/x11-toolkits/tkstep80/Makefile +++ b/x11-toolkits/tkstep80/Makefile @@ -3,7 +3,7 @@ # Date created: 06 November 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1997/12/01 12:41:44 tg Exp $ +# $Id: Makefile,v 1.5 1997/12/05 13:45:35 tg Exp $ # DISTNAME= tk8.0p2 @@ -26,7 +26,7 @@ FETCH_BEFORE_ARGS= -b PATCH_DIST_ARGS= -p1 -d ${WRKDIR}/tk8.0 -E --quiet WRKSRC= ${WRKDIR}/tk8.0/unix GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-shared --enable-xpm --enable-step --enable-dnd \ +CONFIGURE_ARGS= --enable-shared --enable-xpm --enable-step --enable-dnd \ --enable-tiff --with-optimize="${CFLAGS} -I${PREFIX}/include -I${PREFIX}/include/tiff34" CONFIGURE_ENV= PORTSDIR=${PORTSDIR} |