diff options
author | novel <novel@FreeBSD.org> | 2006-02-02 23:15:41 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-02-02 23:15:41 +0800 |
commit | 7ee96aa22e72550e7321f541d43403528a12b41c (patch) | |
tree | b4db1d69f24b7d58a6aaa77a45cfd6a96064512f /ftp/wzdftpd/Makefile | |
parent | 9aeeee0ce380155a41d479c6a48c188c83e4fd9c (diff) | |
download | freebsd-ports-gnome-7ee96aa22e72550e7321f541d43403528a12b41c.tar.gz freebsd-ports-gnome-7ee96aa22e72550e7321f541d43403528a12b41c.tar.zst freebsd-ports-gnome-7ee96aa22e72550e7321f541d43403528a12b41c.zip |
- Update to 0.6.1
- Switch to libtool15
Diffstat (limited to 'ftp/wzdftpd/Makefile')
-rw-r--r-- | ftp/wzdftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index 5c1b02bf5f10..3ed05e28dc8b 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wzdftpd -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= ftp ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,7 @@ USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:13 +USE_AUTOTOOLS= libtool:15 USE_GNOME= pkgconfig CONFIGURE_ARGS+= --without-pam --without-pgsql CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |