diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 13:11:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 13:11:20 +0000 |
commit | b80ec3e2040420e34becd0d1075ef6d7cc71b85d (patch) | |
tree | 3df58c8e85fb6d4d98cd93450b642222e2dd3521 /archivers/epkg | |
parent | 611351f6964917a2f81776a5a248120464e7496d (diff) |
Notes
Diffstat (limited to 'archivers/epkg')
-rw-r--r-- | archivers/epkg/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/archivers/epkg/Makefile b/archivers/epkg/Makefile index b25e79a9562c..260539463738 100644 --- a/archivers/epkg/Makefile +++ b/archivers/epkg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: epkg -# Date created: 12 May 2006 -# Whom: Jim Pirzyk <pirzyk@freebsd.org> -# +# Created by: Jim Pirzyk <pirzyk@FreeBSD.org> # $FreeBSD$ -# PORTNAME= epkg PORTVERSION= 2.3.9 @@ -18,6 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libfget.a:${PORTSDIR}/ftp/fget LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ expat.6:${PORTSDIR}/textproc/expat2 +NO_STAGE= yes HAS_CONFIGURE= YES CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |