diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 08:14:54 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 08:14:54 +0800 |
commit | 32f4b98d364ab7e634b9cb207331927f82d0fd6e (patch) | |
tree | 5f22498747e470d9603c10d2048ed8c4582381ca /net/vino | |
parent | 407c21d3ed0cc59ee735e1c779ac1b7958a3528b (diff) | |
download | marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar.gz marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar.bz2 marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar.lz marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar.xz marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar.zst marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.zip |
Update for new libtool world order.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5756 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/vino')
-rw-r--r-- | net/vino/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile index 045d1ca9b..5b8522751 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -3,7 +3,7 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $MCom: ports/net/vino/Makefile,v 1.21 2005/10/08 19:41:39 marcus Exp $ +# $MCom: ports/net/vino/Makefile,v 1.23 2006/01/15 21:35:09 ahze Exp $ # PORTNAME= vino @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_ICONS= yes CONFIGURE_ARGS= --enable-session-support CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |