summaryrefslogtreecommitdiff
path: root/ftp/fpc-libcurl/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-28 00:16:57 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-28 00:16:57 +0000
commit864284545c6823762414172864b5be11fb77aaed (patch)
treeabfd68b8753cc6bcc11cad568d57d71208cdb0a1 /ftp/fpc-libcurl/Makefile
parentSupport stage (diff)
Stage support
Notes
Notes: svn path=/head/; revision=341492
Diffstat (limited to 'ftp/fpc-libcurl/Makefile')
-rw-r--r--ftp/fpc-libcurl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/fpc-libcurl/Makefile b/ftp/fpc-libcurl/Makefile
index 6d5385966309..91f553c31e8e 100644
--- a/ftp/fpc-libcurl/Makefile
+++ b/ftp/fpc-libcurl/Makefile
@@ -12,11 +12,12 @@ USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR+= ${WRKUNITDIR}
+EXTRACTUNITDIR= ${WRKUNITDIR}
OPTIONS_DEFINE= LIBCURL
LIBCURL_DESC= Install curl tools and library
OPTIONS_DEFAULT= LIBCURL
-NO_STAGE= yes
+LIBCURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
+
.include "${MASTERDIR}/Makefile"