mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
64e068d25c
Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports
17 lines
261 B
Makefile
17 lines
261 B
Makefile
# New ports collection makefile for: php4-curl
|
|
# Date created: 7 Jul 2004
|
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= ftp
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php4
|
|
|
|
PKGNAMESUFFIX= -curl
|
|
|
|
PORTREVISION= 2
|
|
|
|
.include "${MASTERDIR}/Makefile"
|