diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2006-12-13 12:41:35 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2006-12-13 12:41:35 +0000 |
commit | 64e068d25c1370f67d2f0d779ac1719f9bc5d137 (patch) | |
tree | e8e79d2b112a29862848aa733e4b3f9387c78d2e /archivers/epkg | |
parent | 68ee2dd59c7dc7173d1688b825cc1c5a70f097c1 (diff) |
Notes
Diffstat (limited to 'archivers/epkg')
-rw-r--r-- | archivers/epkg/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/epkg/Makefile b/archivers/epkg/Makefile index 2f33fa82b786..fe3764e305b6 100644 --- a/archivers/epkg/Makefile +++ b/archivers/epkg/Makefile @@ -7,16 +7,16 @@ PORTNAME= epkg PORTVERSION= 2.3.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= ftp://ftp.feep.net/pub/encap/epkg/ MAINTAINER= pirzyk@freebsd.org COMMENT= Encap Package Manager -BUILD_DEPENDS= ${LOCALBASE}/lib/libexpat.a:${PORTSDIR}/textproc/expat2 \ - ${LOCALBASE}/lib/libfget.a:${PORTSDIR}/ftp/fget \ - ${LOCALBASE}/lib/libcurl.a:${PORTSDIR}/ftp/curl +BUILD_DEPENDS= ${LOCALBASE}/lib/libfget.a:${PORTSDIR}/ftp/fget +LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ + expat.6:${PORTSDIR}/textproc/expat2 HAS_CONFIGURE= YES CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${PREFIX}/lib |