diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-04 07:38:57 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-04 07:38:57 +0800 |
commit | 559b0973e7493886596d48a1ce2117f2ee22d5e9 (patch) | |
tree | fa6b70fc931f7e28065b07637be4c555cc087026 /net/gnome-nettool | |
parent | 365d785aa0267ebae49217e6903bcee0c374e355 (diff) | |
download | marcuscom-ports-559b0973e7493886596d48a1ce2117f2ee22d5e9.tar.gz marcuscom-ports-559b0973e7493886596d48a1ce2117f2ee22d5e9.tar.zst marcuscom-ports-559b0973e7493886596d48a1ce2117f2ee22d5e9.zip |
Convert to USE_AUTOTOOLS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4169 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gnome-nettool')
-rw-r--r-- | net/gnome-nettool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile index b9b426566..f58baffc7 100644 --- a/net/gnome-nettool/Makefile +++ b/net/gnome-nettool/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CFLAGS+= -DHAVE_SOCKADDR_SA_LEN |