summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-settings-daemon/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-09 00:17:00 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-09 00:17:00 +0800
commit1f061df83f35b07659dd0fc8c3bd213a3dcff67f (patch)
treeec2b151c6771e15ff02052648953143d888b07eb /sysutils/gnome-settings-daemon/Makefile
parent77e3277e095d158422ceda31ac6c434941e596f1 (diff)
downloadmarcuscom-ports-1f061df83f35b07659dd0fc8c3bd213a3dcff67f.tar
marcuscom-ports-1f061df83f35b07659dd0fc8c3bd213a3dcff67f.tar.gz
marcuscom-ports-1f061df83f35b07659dd0fc8c3bd213a3dcff67f.tar.bz2
marcuscom-ports-1f061df83f35b07659dd0fc8c3bd213a3dcff67f.tar.lz
marcuscom-ports-1f061df83f35b07659dd0fc8c3bd213a3dcff67f.tar.xz
marcuscom-ports-1f061df83f35b07659dd0fc8c3bd213a3dcff67f.tar.zst
marcuscom-ports-1f061df83f35b07659dd0fc8c3bd213a3dcff67f.zip
Replace LIBS with LDFLAGS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10619 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-settings-daemon/Makefile')
-rw-r--r--sysutils/gnome-settings-daemon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gnome-settings-daemon/Makefile b/sysutils/gnome-settings-daemon/Makefile
index 6b592a58b..84c9a337d 100644
--- a/sysutils/gnome-settings-daemon/Makefile
+++ b/sysutils/gnome-settings-daemon/Makefile
@@ -3,7 +3,7 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/gnome-settings-daemon/Makefile,v 1.12 2008/02/11 20:26:00 marcus Exp $
+# $MCom: ports/sysutils/gnome-settings-daemon/Makefile,v 1.13 2008/02/29 22:59:34 mezz Exp $
#
PORTNAME= gnome-settings-daemon
@@ -23,7 +23,7 @@ USE_GSTREAMER= good
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-gstreamer=0.10
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib"
GCONF_SCHEMAS= apps_gnome_settings_daemon_default_editor.schemas \
apps_gnome_settings_daemon_keybindings.schemas \