summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortnn <tnn>2015-04-22 19:49:09 +0000
committertnn <tnn>2015-04-22 19:49:09 +0000
commit84e096f4a86e0eec99ff0fdeb35167fbc1f378c1 (patch)
tree544d43fd0d9d8d3b980511602f7c59fce04063b1 /x11
parentdbb6b89455edbc67a4955e049649a0f8cc0b6689 (diff)
downloadpkgsrc-84e096f4a86e0eec99ff0fdeb35167fbc1f378c1.tar.gz
needs bsd.prefs.mk when compiler.mk was removed
Diffstat (limited to 'x11')
-rw-r--r--x11/xdm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xdm/Makefile b/x11/xdm/Makefile
index b10c8277e06..2d26bc616ab 100644
--- a/x11/xdm/Makefile
+++ b/x11/xdm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2015/04/22 19:47:55 tnn Exp $
+# $NetBSD: Makefile,v 1.29 2015/04/22 19:49:09 tnn Exp $
DISTNAME= xdm-1.1.11
PKGREVISION= 5
@@ -46,6 +46,8 @@ OWN_DIRS_PERMS+= ${VARBASE}/lib/xdm \
TOOL_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
CONFIGURE_ENV+= ac_cv_path_RAWCPP="${PREFIX}/bin/tradcpp -Uunix"
+.include "../../mk/bsd.prefs.mk"
+
.if ${OPSYS} == "NetBSD"
CONFIGURE_ARGS+= --with-random-device=/dev/urandom
.endif