summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-06-04 11:29:30 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-06-04 11:29:30 +0000
commit4ed64d9f7b1ad635cd76ebf825dddec13b7fdaa0 (patch)
tree8dcb6d78e5b9dc6e8b93b523e142f668c0df8767 /www
parentUpdate to 1.1.10. (diff)
- Allow SLAVE-ports to override LIB_DEPENDS,
e.g. ukrainian/webalizer will use this.
Notes
Notes: svn path=/head/; revision=43483
Diffstat (limited to 'www')
-rw-r--r--www/webalizer/Makefile2
1 files changed, 2 insertions, 0 deletions
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