aboutsummaryrefslogtreecommitdiffstats
path: root/games/wmpuzzle
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2011-09-24 06:26:39 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2011-09-24 06:26:39 +0800
commite61d6a701f43e8cec5a4ec8c9641daf5376441de (patch)
tree920c5861867d049fb1f1e03285110561450a4ac1 /games/wmpuzzle
parent124c6dcab8f89a37ab971e5ad23a959bfaa97426 (diff)
downloadfreebsd-ports-gnome-e61d6a701f43e8cec5a4ec8c9641daf5376441de.tar.gz
freebsd-ports-gnome-e61d6a701f43e8cec5a4ec8c9641daf5376441de.tar.zst
freebsd-ports-gnome-e61d6a701f43e8cec5a4ec8c9641daf5376441de.zip
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
Diffstat (limited to 'games/wmpuzzle')
-rw-r--r--games/wmpuzzle/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/wmpuzzle/Makefile b/games/wmpuzzle/Makefile
index d2fd58648cc6..2b5c80bb3741 100644
--- a/games/wmpuzzle/Makefile
+++ b/games/wmpuzzle/Makefile
@@ -19,13 +19,12 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_XORG= xpm
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
MAN6= wmpuzzle.6
PLIST_FILES= bin/wmpuzzle
-CPPFLAGS= -I${LOCALBASE}/include -DBSD
-LDFLAGS= -L${LOCALBASE}/lib
+CPPFLAGS+= -I${LOCALBASE}/include -DBSD
+LDFLAGS+= -L${LOCALBASE}/lib
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmpuzzle ${PREFIX}/bin
888'>- Chase libftdi updatedhn2011-03-051-2/+2 * And this was missed too, doh!nox2011-03-031-1/+4 * Also commit this that was just missed.nox2011-03-031-6/+6 * - Add an example lircd.conf that's preconfigured for use withnox2011-03-032-2/+564 * - Adjust pkg-message after remote support has been committed to thenox2011-03-012-11/+7 * - Update comms/lirc to 0.9.0p1_4 in order to be able to use the lircnox2011-02-2718-262/+478 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 * Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 * Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-5/+3 * - Remove conditional checks relevant only on FreeBSD 5.x and olderpav2009-01-061-7/+3 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-2/+2 * - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * Don't install the config file.grog2007-03-111-0/+11 * Add support for DVICO USB remote control.grog2007-03-053-2/+180 * Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1 * - Update to 0.8.0bland2007-01-195-15/+78 * Don't offer irman as an option. It's required to build the port.grog2006-08-231-6/+0