diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-23 20:23:38 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-23 20:23:38 +0000 |
commit | c72ca59a1fea59d28a0e086ca8fe65d2d631290c (patch) | |
tree | e790ec4895521d1f1794f73680fa6eb016404e49 /www | |
parent | 8e79e2d3a6d5384b3e4151ad0c396e1cd4005aa8 (diff) | |
download | pkgsrc-c72ca59a1fea59d28a0e086ca8fe65d2d631290c.tar.gz |
Include bsd.prefs.mk so that the options appended by the package Makefile
take precedence.
Diffstat (limited to 'www')
-rw-r--r-- | www/htmldoc-x11/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/htmldoc-x11/Makefile b/www/htmldoc-x11/Makefile index d2d30f70408..d0d787672dd 100644 --- a/www/htmldoc-x11/Makefile +++ b/www/htmldoc-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/04/22 16:24:31 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2008/04/23 20:23:38 jlam Exp $ PKGNAME= ${PKGNAME_BASE:S/-/-x11-/} @@ -8,6 +8,8 @@ PKGDIR= ${.CURDIR}/../../www/htmldoc DESCR_SRC= ${.CURDIR}/DESCR +.include "../../mk/bsd.prefs.mk" + PKG_OPTIONS.htmldoc+= htmldoc-gui .include "../../www/htmldoc/Makefile" |