summaryrefslogtreecommitdiff
path: root/editors/sam/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/sam/Makefile')
-rw-r--r--editors/sam/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/sam/Makefile b/editors/sam/Makefile
index 86714f168ce..2e485d5c542 100644
--- a/editors/sam/Makefile
+++ b/editors/sam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2001/11/29 01:12:32 hubertf Exp $
+# $NetBSD: Makefile,v 1.21 2002/08/25 18:38:52 jlam Exp $
# FreeBSD Id: Makefile,v 1.3 1996/11/12 02:19:40 obrien Exp
#
@@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR}
EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
MANCOMPRESSED= yes
+USE_BUILDLINK2= yes
USE_X11BASE= yes
MAKE_ENV+= X11PREFIX=${X11PREFIX}
@@ -31,7 +32,7 @@ OTHER_X_LIBS= -lSM -lICE
do-build:
for d in libXg libframe sam samterm; do \
- (cd ${WRKSRC}/$$d; make -f Make.solaris \
+ (cd ${WRKSRC}/$$d; ${MAKE_PROGRAM} -f Make.solaris \
OTHER_X_LIBS="${OTHER_X_LIBS}"); \
done
.endif # SunOS