diff options
author | jlam <jlam> | 2001-05-03 14:23:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-03 14:23:36 +0000 |
commit | cf786527490ab61e8e0b0fe8a750e0f481fef026 (patch) | |
tree | 8e5df2ccb760dcc98659fe05336597f0e1e54a6b /www/cgilib/Makefile | |
parent | 6c290b40f055f4b0ffb680022e42e3fd540f9c33 (diff) | |
download | pkgsrc-cf786527490ab61e8e0b0fe8a750e0f481fef026.tar.gz |
Only depend on rman if not in base system, and install HTML documentation
under ${PREFIX}/share/doc/html.
Diffstat (limited to 'www/cgilib/Makefile')
-rw-r--r-- | www/cgilib/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/cgilib/Makefile b/www/cgilib/Makefile index 1b45ab49b8f..c3e7cdd6a3e 100644 --- a/www/cgilib/Makefile +++ b/www/cgilib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/03/27 03:20:23 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/05/03 14:23:36 jlam Exp $ # DISTNAME= cgilib-0.5 @@ -9,6 +9,8 @@ MAINTAINER= wulf@ping.net.au HOMEPAGE= http://www.infodrom.north.de/cgilib/ COMMENT= Common gateway interface library -BUILD_DEPENDS+= rman-3.0.9:../../textproc/rman - .include "../../mk/bsd.pkg.mk" + +.if !exists(${X11BASE}/bin/rman) +BUILD_DEPENDS+= rman>=3.0.9:../../textproc/rman +.endif |