diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
commit | 29863648e3d55a1df8635d93b18e22c74273d9a3 (patch) | |
tree | 318f5aebb7be8887ecfcc982de8845cb53f4c5e8 /misc/esniper | |
parent | 130db9c13e9b6bc169c92e3612444205da7a7352 (diff) | |
download | ports-29863648e3d55a1df8635d93b18e22c74273d9a3.tar.gz ports-29863648e3d55a1df8635d93b18e22c74273d9a3.zip |
Notes
Diffstat (limited to 'misc/esniper')
-rw-r--r-- | misc/esniper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/esniper/Makefile b/misc/esniper/Makefile index a523f9b55688..48dd7cd9407b 100644 --- a/misc/esniper/Makefile +++ b/misc/esniper/Makefile @@ -6,6 +6,7 @@ PORTNAME= esniper DISTVERSION= 2-22-0 +PORTREVISION= 1 CATEGORIES= misc net MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -13,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= lewiz@compsoc.man.ac.uk COMMENT= A lightweight console application for sniping ebay auctions -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-curl-config=${LOCALBASE}/bin/curl-config |