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 | 8f876d71b35d48e4e1063e216bc66d6dcaf4c51a (patch) | |
tree | e790ec4895521d1f1794f73680fa6eb016404e49 /www/htmldoc-x11 | |
parent | 5b95469b1c1516c76e0cfe5ed211671137fe0d74 (diff) | |
download | pkgsrc-8f876d71b35d48e4e1063e216bc66d6dcaf4c51a.tar.gz |
Include bsd.prefs.mk so that the options appended by the package Makefile
take precedence.
Diffstat (limited to 'www/htmldoc-x11')
-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" |