summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2001-05-05 17:40:26 +0000
committerfredb <fredb@pkgsrc.org>2001-05-05 17:40:26 +0000
commit966fe08a1693257bff873ed5fa9010e0da5c71ae (patch)
treead58dc09d0a9e7b53c6d5820e60ed1953e7e3c59
parent7c51d9cd94f87b6b2901333790c339c4fd13488d (diff)
downloadpkgsrc-966fe08a1693257bff873ed5fa9010e0da5c71ae.tar.gz
Simplify the package "Makefile" by utilizing the "USE_RMAN" hook
in bsd.pkg.mk.
-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"