summaryrefslogtreecommitdiffstats
path: root/games/wmpuzzle
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-02-08 05:27:23 +0000
committernork <nork@FreeBSD.org>2003-02-08 05:27:23 +0000
commitbcaf0cc859979f817b619fb3c392cc9f40013e3e (patch)
treec6d8d26a5795ae9004c15caa3ad95ff6529be0ca /games/wmpuzzle
parent1fd574cb9715ad397dc0e1a967f6d67b2eb25333 (diff)
downloadFreeBSD-ports-bcaf0cc859979f817b619fb3c392cc9f40013e3e.zip
FreeBSD-ports-bcaf0cc859979f817b619fb3c392cc9f40013e3e.tar.gz
Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.
Submitted by: Ports Fury
Diffstat (limited to 'games/wmpuzzle')
-rw-r--r--games/wmpuzzle/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/wmpuzzle/Makefile b/games/wmpuzzle/Makefile
index ab50256..8fda195 100644
--- a/games/wmpuzzle/Makefile
+++ b/games/wmpuzzle/Makefile
@@ -31,8 +31,8 @@ MAN6= wmpuzzle.6
BSDIMAGES= daemon.xpm
-CPPFLAGS+= -I${X11BASE}/include
-LDFLAGS+= -L${X11BASE}/lib
+CPPFLAGS= -I${X11BASE}/include
+LDFLAGS= -L${X11BASE}/lib
.if !exists(/usr/include/getopt.h)
LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
OpenPOWER on IntegriCloud