diff options
Diffstat (limited to 'ftp/curl-hiphop')
-rw-r--r-- | ftp/curl-hiphop/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ftp/curl-hiphop/Makefile b/ftp/curl-hiphop/Makefile index f50778cd0bad..1ee9655e78ac 100644 --- a/ftp/curl-hiphop/Makefile +++ b/ftp/curl-hiphop/Makefile @@ -1,15 +1,13 @@ -# New ports collection makefile for: curl-hiphop -# Date created: 16 July 2012 -# Whom: Martin Matuska <mm@FreeBSd.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# PKGNAMESUFFIX= -hiphop MAINTAINER= mm@FreeBSD.org COMMENT= Static libcurl with custom patches for HipHop +SSP_UNSAFE= Refuses -l in LDFLAGS + BUILDING_HIPHOP= yes HIPHOP_DIR= share/hiphop-php |