summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-04-23 20:23:38 +0000
committerjlam <jlam@pkgsrc.org>2008-04-23 20:23:38 +0000
commit8f876d71b35d48e4e1063e216bc66d6dcaf4c51a (patch)
treee790ec4895521d1f1794f73680fa6eb016404e49 /www
parent5b95469b1c1516c76e0cfe5ed211671137fe0d74 (diff)
downloadpkgsrc-8f876d71b35d48e4e1063e216bc66d6dcaf4c51a.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/Makefile4
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"