diff options
author | wiz <wiz> | 2006-07-27 18:14:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-07-27 18:14:44 +0000 |
commit | 8be3e542faf43386d2f79d9ea0d0e68575e1e2ad (patch) | |
tree | 6df987bb681c50f94552e178fa21024341567fba /emulators | |
parent | a3e503e660c32a78b78f736257f72c3cb1a93a78 (diff) | |
download | pkgsrc-8be3e542faf43386d2f79d9ea0d0e68575e1e2ad.tar.gz |
Only include x11.bl3.mk if the x11 option is turned on.
From pancake in PR 34088.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gxemul/Makefile | 5 |
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" |