diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-17 02:56:11 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-17 02:56:11 +0800 |
commit | 7a2ff2c3a2efc3e4a4787bfcbd54e04e0c578712 (patch) | |
tree | 0c6dbd9003ce360192da4ded706475f25f0cf486 /Mk | |
parent | f8a041ce8174464576d7dad53f23c6ac878f03f3 (diff) | |
download | marcuscom-ports-7a2ff2c3a2efc3e4a4787bfcbd54e04e0c578712.tar marcuscom-ports-7a2ff2c3a2efc3e4a4787bfcbd54e04e0c578712.tar.gz marcuscom-ports-7a2ff2c3a2efc3e4a4787bfcbd54e04e0c578712.tar.bz2 marcuscom-ports-7a2ff2c3a2efc3e4a4787bfcbd54e04e0c578712.tar.lz marcuscom-ports-7a2ff2c3a2efc3e4a4787bfcbd54e04e0c578712.tar.xz marcuscom-ports-7a2ff2c3a2efc3e4a4787bfcbd54e04e0c578712.tar.zst marcuscom-ports-7a2ff2c3a2efc3e4a4787bfcbd54e04e0c578712.zip |
Fix a bug introduced in rev 1.563. Make sure CONFIGURE_ARGS are passed along.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17040 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 7d1c2ae8e..10a0227d5 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -3,7 +3,7 @@ # # $FreeBSD$ # $NetBSD: $ -# $MCom: ports/Mk/bsd.gnome.mk,v 1.566 2012/07/26 09:09:58 kwm Exp $ +# $MCom: ports/Mk/bsd.gnome.mk,v 1.567 2012/07/26 17:00:59 mezz Exp $ # # Please view me with 4 column tabs! @@ -849,7 +849,7 @@ RUN_DEPENDS+= ${${component}_RUN_DEPENDS} . endif . endif -. if defined(${component}_CONFIGURE_TARGET) +. if defined(${component}_CONFIGURE_ARGS) CONFIGURE_ARGS+=${${component}_CONFIGURE_ARGS} . endif |