aboutsummaryrefslogtreecommitdiffstats
path: root/net/gutenfetch/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-07-26 06:00:00 +0800
committerpav <pav@FreeBSD.org>2004-07-26 06:00:00 +0800
commit1591021e44576b197d82838ef510b8b715209530 (patch)
treea2353fd164ea161e7779f9e17a7bd511ae0f7c16 /net/gutenfetch/Makefile
parent3c8f8bb51d771a968acb2af05ab9beec6f1820f8 (diff)
downloadfreebsd-ports-gnome-1591021e44576b197d82838ef510b8b715209530.tar.gz
freebsd-ports-gnome-1591021e44576b197d82838ef510b8b715209530.tar.zst
freebsd-ports-gnome-1591021e44576b197d82838ef510b8b715209530.zip
- Update to 1.5
PR: ports/69593 Submitted by: Russell Francis <rf358197@ohio.edu> (maintainer)
Diffstat (limited to 'net/gutenfetch/Makefile')
-rw-r--r--net/gutenfetch/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/gutenfetch/Makefile b/net/gutenfetch/Makefile
index 70f24d6951ac..b7aff2839b3f 100644
--- a/net/gutenfetch/Makefile
+++ b/net/gutenfetch/Makefile
@@ -6,20 +6,20 @@
#
PORTNAME= gutenfetch
-PORTVERSION= 1.4
+PORTVERSION= 1.5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gutenfetch
-MAINTAINER= rf358197@ohio.edu
+MAINTAINER= johntabularasa@users.sf.net
COMMENT= Fetch listings and books from Project Gutenberg
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl:install
+LIB_DEPENDS= gutenfetch:${PORTSDIR}/devel/libgutenfetch
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
USE_GMAKE= yes
USE_BZIP2= yes
USE_GETOPT_LONG= yes