diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-30 20:00:28 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-30 20:00:28 +0000 |
commit | 899d2706b71f82953aaf4af9bc2bf4e7cd2f9b2a (patch) | |
tree | 270562017b587dd8298cb2d848dcb0ece32fd220 /devel | |
parent | ceab3c8133ddd1440762d463731c2f3b49e05239 (diff) | |
download | ports-899d2706b71f82953aaf4af9bc2bf4e7cd2f9b2a.tar.gz ports-899d2706b71f82953aaf4af9bc2bf4e7cd2f9b2a.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libgutenfetch/Makefile | 8 | ||||
-rw-r--r-- | devel/subversion/Makefile | 2 | ||||
-rw-r--r-- | devel/subversion16/Makefile | 2 |
3 files changed, 4 insertions, 8 deletions
diff --git a/devel/libgutenfetch/Makefile b/devel/libgutenfetch/Makefile index 93d7251fe1db..83cb1b983859 100644 --- a/devel/libgutenfetch/Makefile +++ b/devel/libgutenfetch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libgutenfetch -# Date created: 17 July 2004 -# Whom: Russell Francis <johntabularasa@users.sf.net> -# +# Created by: Russell Francis <johntabularasa@users.sf.net> # $FreeBSD$ -# PORTNAME= libgutenfetch PORTVERSION= 1.2 @@ -14,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= johntabularasa@users.sf.net COMMENT= A library that allows application developers to connect to PG -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl:install +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index 8058e77a6eed..d815494b79e8 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -109,7 +109,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 .endif #.if ${PORT_OPTIONS:MASVN} -#RUN_DEPENDS+= ${LOCALBASE}/bin/gfind:${PORTSDIR}/misc/findutils:install +#RUN_DEPENDS+= ${LOCALBASE}/bin/gfind:${PORTSDIR}/misc/findutils #PLIST_SUB+= ASVN="" #.else PLIST_SUB+= ASVN="@comment " diff --git a/devel/subversion16/Makefile b/devel/subversion16/Makefile index 90f69ea65f9a..cd4560ca137b 100644 --- a/devel/subversion16/Makefile +++ b/devel/subversion16/Makefile @@ -83,7 +83,7 @@ PLIST_SUB+= BOOK="@comment " .endif .if ${PORT_OPTIONS:MASVN} -RUN_DEPENDS+= ${LOCALBASE}/bin/gfind:${PORTSDIR}/misc/findutils:install +RUN_DEPENDS+= ${LOCALBASE}/bin/gfind:${PORTSDIR}/misc/findutils PLIST_SUB+= ASVN="" .else PLIST_SUB+= ASVN="@comment " |