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/gnomenettool | |
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/gnomenettool')
-rw-r--r-- | net/gnomenettool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gnomenettool/Makefile b/net/gnomenettool/Makefile index e40e91f7f..9d200da09 100644 --- a/net/gnomenettool/Makefile +++ b/net/gnomenettool/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/gnomenettool/Makefile,v 1.13 2006/01/18 05:46:04 marcus Exp $ +# $MCom: ports/net/gnomenettool/Makefile,v 1.14 2006/01/30 17:54:56 ahze Exp $ # PORTNAME= gnomenettool @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CFLAGS+= -DHAVE_SOCKADDR_SA_LEN |