diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-27 08:13:13 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-27 08:13:13 +0000 |
commit | 4e076359de22360030c48a17326c89eacb0bef97 (patch) | |
tree | 3c2b7b0473c0fcadfee6fe5d4a20399e2a59da6d /misc/esniper/Makefile | |
parent | fa8d31bce3af133733eaf5327a029cbc61fc46e5 (diff) |
Notes
Diffstat (limited to 'misc/esniper/Makefile')
-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 db64fd6c3870..99f852ec802c 100644 --- a/misc/esniper/Makefile +++ b/misc/esniper/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= esniper -DISTVERSION= 2-17-1 +DISTVERSION= 2-18-1 CATEGORIES= misc net MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -16,6 +16,7 @@ COMMENT= A lightweight console application for sniping ebay auctions LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-curl-config=${LOCALBASE}/bin/curl-config USE_OPENSSL= yes MAN1= esniper.1 |