From 834571c118d12a9499dd6e95da40b00f5faeb709 Mon Sep 17 00:00:00 2001 From: dinoex Date: Mon, 4 Jun 2001 11:29:30 +0000 Subject: - Allow SLAVE-ports to override LIB_DEPENDS, e.g. ukrainian/webalizer will use this. --- www/webalizer/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www') diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index e5de6fad0f2d..ea8ad1c60e43 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -15,7 +15,9 @@ DISTNAME= ${PORTNAME}-2.01-06-src MAINTAINER= dirk.meyer@dinoex.sub.org +.if !defined(LIB_DEPENDS) LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd +.endif USE_BZIP2= yes GNU_CONFIGURE= yes -- cgit