diff options
author | Steve Price <steve@FreeBSD.org> | 2001-12-24 23:20:43 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-12-24 23:20:43 +0000 |
commit | f0d704753a8e2dc90888cf4ce6428cbaa1dac12e (patch) | |
tree | 8de6d1d3ffb9bd93e48fa8f9b801e525fa4e5d69 /security/zebedee | |
parent | a611a96a299c55fa94ed9b7d690feef1147e857f (diff) | |
download | ports-f0d704753a8e2dc90888cf4ce6428cbaa1dac12e.tar.gz ports-f0d704753a8e2dc90888cf4ce6428cbaa1dac12e.zip |
Notes
Diffstat (limited to 'security/zebedee')
-rw-r--r-- | security/zebedee/Makefile | 2 | ||||
-rw-r--r-- | security/zebedee/files/patch-aa | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/zebedee/Makefile b/security/zebedee/Makefile index 1af415c9c3b3..a01cf6496407 100644 --- a/security/zebedee/Makefile +++ b/security/zebedee/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.winton.org.uk/zebedee/ \ MAINTAINER= greg@hewgill.com -.if !exists(/usr/bin/bzip2) +.if defined(${BATCH}) || !exists(/usr/bin/bzip2) LIB_DEPENDS= bz2.1:${PORTSDIR}/archivers/bzip2 .endif diff --git a/security/zebedee/files/patch-aa b/security/zebedee/files/patch-aa index c6c009b753f5..153ee3d6d433 100644 --- a/security/zebedee/files/patch-aa +++ b/security/zebedee/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Jul 4 17:16:33 2001 -+++ Makefile Wed Jul 4 17:16:54 2001 +--- Makefile.orig Fri Apr 13 12:41:22 2001 ++++ Makefile Mon Dec 24 17:17:48 2001 @@ -3,7 +3,7 @@ # # $Id: Makefile,v 1.2 2001/04/13 17:41:21 ndwinton Exp $ @@ -52,7 +52,7 @@ -BZINC = -I../bzip2-1.0.1 -BZLIB = ../bzip2-1.0.1/libbz2.a +BZINC = -I${LOCALBASE}/include -+BZLIB = ${LOCALBASE}/lib/libbz2.a ++BZLIB = -L${LOCALBASE}/lib -lbz2 # # Tools needed for Perl "POD"-format documentation conversion. |