diff options
author | novel <novel@FreeBSD.org> | 2011-01-14 02:52:59 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2011-01-14 02:52:59 +0800 |
commit | d78acde30208dd22e4dd130fb588bb615b04986f (patch) | |
tree | 4761945fa71be4d962e7f8f5d1a18de909f8fc63 /x11-wm | |
parent | 15b7ba5b45ed8ef48227345e9b3fcb4381d26d70 (diff) | |
download | freebsd-ports-gnome-d78acde30208dd22e4dd130fb588bb615b04986f.tar.gz freebsd-ports-gnome-d78acde30208dd22e4dd130fb588bb615b04986f.tar.zst freebsd-ports-gnome-d78acde30208dd22e4dd130fb588bb615b04986f.zip |
Pass correct flags via CFLAGS instead of MAKE_ARGS
to prepare port for ports/153625.
Reported by: gerald
Feature safe: yes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fbcmd/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/fbcmd/distinfo | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/fbcmd/Makefile b/x11-wm/fbcmd/Makefile index 244a581bbfd7..687eb6f555d6 100644 --- a/x11-wm/fbcmd/Makefile +++ b/x11-wm/fbcmd/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= fluxbox:${PORTSDIR}/x11-wm/fluxbox USE_BZIP2= yes USE_GMAKE= yes ALL_TARGET= first -MAKE_ARGS= CXX="${CXX}" CFLAGS="${CFLAGS}" +CFLAGS+= "-I${LOCALBASE}/include" USE_XORG= x11 xmu PLIST_FILES= bin/fbcmd diff --git a/x11-wm/fbcmd/distinfo b/x11-wm/fbcmd/distinfo index 70361bda17b9..a001c1c765b2 100644 --- a/x11-wm/fbcmd/distinfo +++ b/x11-wm/fbcmd/distinfo @@ -1,3 +1,2 @@ -MD5 (fbcmd-0.5.1.tar.bz2) = 614f5d4c4fdf03946c76a45c797280e8 SHA256 (fbcmd-0.5.1.tar.bz2) = 7e90dbb13121f1f5d7262c0382b959fa16ef35e503742ce04d1c77ecfa5abd2a SIZE (fbcmd-0.5.1.tar.bz2) = 7575 |