diff options
author | fredb <fredb> | 2001-05-05 17:40:26 +0000 |
---|---|---|
committer | fredb <fredb> | 2001-05-05 17:40:26 +0000 |
commit | 0706e3304ff8bb6754730fe39b97f67168a2e533 (patch) | |
tree | ad58dc09d0a9e7b53c6d5820e60ed1953e7e3c59 /www/cgilib | |
parent | 636e32e0ac55ce610682c0e366b300e6e5f88d52 (diff) | |
download | pkgsrc-0706e3304ff8bb6754730fe39b97f67168a2e533.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/Makefile | 8 |
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" |