pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/gxemul Only include x11.bl3.mk if the x11 op...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5553dce6471f
branches: trunk
changeset: 516781:5553dce6471f
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jul 27 18:14:44 2006 +0000
description:
Only include x11.bl3.mk if the x11 option is turned on.
>From pancake in PR 34088.
diffstat:
emulators/gxemul/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 582b92cd05ee -r 5553dce6471f emulators/gxemul/Makefile
--- a/emulators/gxemul/Makefile Thu Jul 27 17:42:53 2006 +0000
+++ b/emulators/gxemul/Makefile Thu Jul 27 18:14:44 2006 +0000
@@ -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_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.
+
+.include "../../mk/x11.buildlink3.mk"
.endif
-.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index