summaryrefslogtreecommitdiff
path: root/emulators/gxemul
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-07-27 18:14:44 +0000
committerwiz <wiz@pkgsrc.org>2006-07-27 18:14:44 +0000
commitb65df549a144d60233c53d805263c7569d217165 (patch)
tree6df987bb681c50f94552e178fa21024341567fba /emulators/gxemul
parent313d2b2258003899e405169d0164ea5c16220bb9 (diff)
downloadpkgsrc-b65df549a144d60233c53d805263c7569d217165.tar.gz
Only include x11.bl3.mk if the x11 option is turned on.
From pancake in PR 34088.
Diffstat (limited to 'emulators/gxemul')
-rw-r--r--emulators/gxemul/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile
index 4eb5d1e9537..d34a601894f 100644
--- a/emulators/gxemul/Makefile
+++ b/emulators/gxemul/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/07/25 17:46:05 xtraeme Exp $
+# $NetBSD: Makefile,v 1.22 2006/07/27 18:14:44 wiz Exp $
#
DISTNAME= gxemul-0.4.1
@@ -39,7 +39,8 @@ SUBST_FILES.x11= configure
SUBST_SED.x11= -e 's|-L/usr/X11R6/lib|${GLOBAL_LDFLAGS:Q}|g'
SUBST_SED.x11+= -e 's|/usr/X11R6|${X11BASE}|g'
SUBST_MESSAGE.x11= Fixing X linking flags.
-.endif
.include "../../mk/x11.buildlink3.mk"
+.endif
+
.include "../../mk/bsd.pkg.mk"