summaryrefslogtreecommitdiff
path: root/www/htmldoc-x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-12-30 12:54:20 +0000
committerwiz <wiz@pkgsrc.org>2016-12-30 12:54:20 +0000
commit3fdd7dfec2f25d552b6d08ba136833d45bd88b0e (patch)
tree362ae50dd5d3cc470a8ed58ab18415897e9db99f /www/htmldoc-x11
parentf16ac54c0911f222a3cb2c3a685c2c8f741c465e (diff)
downloadpkgsrc-3fdd7dfec2f25d552b6d08ba136833d45bd88b0e.tar.gz
Fix options framework abuse by htmldoc-x11.
Diffstat (limited to 'www/htmldoc-x11')
-rw-r--r--www/htmldoc-x11/Makefile19
1 files changed, 7 insertions, 12 deletions
diff --git a/www/htmldoc-x11/Makefile b/www/htmldoc-x11/Makefile
index d127f68776f..7439c363f77 100644
--- a/www/htmldoc-x11/Makefile
+++ b/www/htmldoc-x11/Makefile
@@ -1,16 +1,11 @@
-# $NetBSD: Makefile,v 1.19 2012/11/15 13:44:14 gdt Exp $
+# $NetBSD: Makefile,v 1.20 2016/12/30 12:54:21 wiz Exp $
-PKGNAME= ${PKGNAME_BASE:S/-/-x11-/}
+PKGNAME= htmldoc-x11-${VERSION}
PKGREVISION= 2
-FILESDIR= ${.CURDIR}/../../www/htmldoc/files
-PATCHDIR= ${.CURDIR}/../../www/htmldoc/patches
-PKGDIR= ${.CURDIR}/../../www/htmldoc
+CONFIGURE_ARGS+= --with-gui --with-x
-DESCR_SRC= ${.CURDIR}/DESCR
-
-.include "../../mk/bsd.prefs.mk"
-
-PKG_OPTIONS.htmldoc+= x11
-
-.include "../../www/htmldoc/Makefile"
+.include "../../x11/fltk/buildlink3.mk"
+.include "../../x11/libXpm/buildlink3.mk"
+.include "../../www/htmldoc/Makefile.common"
+.include "../../mk/bsd.pkg.mk"