diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-25 00:57:58 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-25 00:57:58 +0800 |
commit | 33599e13060dc982e8325a4dbdf89e3d05382790 (patch) | |
tree | b9c34dfa9a0f88f4424ad356dc727cdcd1588b34 /Mk/bsd.gnome.mk | |
parent | e39d09e882dd648e8b4bb56c266cd545fee18513 (diff) | |
download | marcuscom-ports-33599e13060dc982e8325a4dbdf89e3d05382790.tar marcuscom-ports-33599e13060dc982e8325a4dbdf89e3d05382790.tar.gz marcuscom-ports-33599e13060dc982e8325a4dbdf89e3d05382790.tar.bz2 marcuscom-ports-33599e13060dc982e8325a4dbdf89e3d05382790.tar.lz marcuscom-ports-33599e13060dc982e8325a4dbdf89e3d05382790.tar.xz marcuscom-ports-33599e13060dc982e8325a4dbdf89e3d05382790.tar.zst marcuscom-ports-33599e13060dc982e8325a4dbdf89e3d05382790.zip |
Sync with the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11375 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index fe3dc2190..2a6e0b14d 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.467 2008/08/23 17:00:52 mezz Exp $ +# $MCom: ports/Mk/bsd.gnome.mk,v 1.468 2008/08/23 18:22:58 mezz Exp $ # # Please view me with 4 column tabs! @@ -665,6 +665,7 @@ PLIST_SUB+= GTK2_VERSION="${GTK2_VERSION}" # we rely on some bsd.autotools.mk variables, and bsd.autotools.mk is # included in the post-makefile section). .if defined(AUTOTOOL_libtool) +lthacks_CONFIGURE_ENV= ac_cv_path_DOLT_BASH= lthacks_PRE_PATCH= ${CP} -pf ${LTMAIN} ${WRKDIR}/gnome-ltmain.sh && \ ${CP} -pf ${LIBTOOL} ${WRKDIR}/gnome-libtool && \ for file in ${LIBTOOLFILES}; do \ |