Skip to content

Commit

Permalink
Pullup ticket 232 - requested by Min Sik Kim
Browse files Browse the repository at this point in the history
build fix for nbitools

Revisions pulled up:
- pkgsrc/devel/nbitools/buildlink3.mk 1.3

        Module Name:    pkgsrc
        Committed By:   minskim
        Date:           Tue Jan 18 17:05:21 UTC 2005

        Modified Files:
               pkgsrc/devel/nbitools: buildlink3.mk

        Log Message:
        Let packages that require nbitools use GNU make on Linux, because
        imake in nbitools generates Makefile that needs GNU make on Linux.
  • Loading branch information
salo committed Jan 21, 2005
1 parent be398e8 commit ba05ee8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion devel/nbitools/buildlink3.mk
@@ -1,8 +1,10 @@
# $NetBSD: buildlink3.mk,v 1.2 2004/03/05 21:08:52 minskim Exp $
# $NetBSD: buildlink3.mk,v 1.2.8.1 2005/01/21 01:17:59 salo Exp $

BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
NBITOOLS_BUILDLINK3_MK:= ${NBITOOLS_BUILDLINK3_MK}+

.include "../../mk/bsd.prefs.mk"

.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= nbitools
.endif
Expand All @@ -19,6 +21,10 @@ BUILDLINK_FILES.nbitools+= lib/itools/X11/config/*

XMKMF_CMD= ${BUILDLINK_PREFIX.nbitools}/libexec/itools/xmkmf

.if ${OPSYS} == "Linux"
USE_GNU_TOOLS+= make
.endif

.endif # NBITOOLS_BUILDLINK3_MK

BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}

0 comments on commit ba05ee8

Please sign in to comment.