diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-10 12:09:32 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-10 12:09:32 +0000 |
commit | af02e514121384f1184fc79237c7ea0e0e703a42 (patch) | |
tree | b1021288b914ac7d4bdd1610527e979ac8c6faea /ftp/wzdftpd | |
parent | b4e033e31622a15bf7bd2171afe6ed48be015c05 (diff) | |
download | ports-af02e514121384f1184fc79237c7ea0e0e703a42.tar.gz ports-af02e514121384f1184fc79237c7ea0e0e703a42.zip |
- Add missing dependencies
PR: ports/66427
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=108829
Diffstat (limited to 'ftp/wzdftpd')
-rw-r--r-- | ftp/wzdftpd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index f85bbc3ce60c..79ed4c8697f0 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= wzdftpd PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= ftp ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,6 +16,7 @@ MAINTAINER= bogorodskiy@inbox.ru COMMENT= Modular FTP server configurable online using SITE commands USE_GMAKE= yes +USE_GETOPT_LONG=yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_LIBTOOL_VER=13 |