summaryrefslogtreecommitdiff
path: root/www/cgilib
diff options
context:
space:
mode:
authorfredb <fredb>2001-05-05 17:40:26 +0000
committerfredb <fredb>2001-05-05 17:40:26 +0000
commitb60ec9fcfccb87705b8f2e8a6bbe4b0ace8034b0 (patch)
treead58dc09d0a9e7b53c6d5820e60ed1953e7e3c59 /www/cgilib
parent5b87086d97b2e4089b1042e84cd0ea99ac310bf6 (diff)
downloadpkgsrc-b60ec9fcfccb87705b8f2e8a6bbe4b0ace8034b0.tar.gz
Simplify the package "Makefile" by utilizing the "USE_RMAN" hook
in bsd.pkg.mk.
Diffstat (limited to 'www/cgilib')
-rw-r--r--www/cgilib/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/www/cgilib/Makefile b/www/cgilib/Makefile
index c3e7cdd6a3e..6b4d320510d 100644
--- a/www/cgilib/Makefile
+++ b/www/cgilib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/05/03 14:23:36 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2001/05/05 17:40:26 fredb Exp $
#
DISTNAME= cgilib-0.5
@@ -9,8 +9,6 @@ MAINTAINER= wulf@ping.net.au
HOMEPAGE= http://www.infodrom.north.de/cgilib/
COMMENT= Common gateway interface library
-.include "../../mk/bsd.pkg.mk"
+USE_RMAN= yes
-.if !exists(${X11BASE}/bin/rman)
-BUILD_DEPENDS+= rman>=3.0.9:../../textproc/rman
-.endif
+.include "../../mk/bsd.pkg.mk"