diff options
Diffstat (limited to 'editors/sam/Makefile')
-rw-r--r-- | editors/sam/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/sam/Makefile b/editors/sam/Makefile index b7e31a5693b..0f19e713d8a 100644 --- a/editors/sam/Makefile +++ b/editors/sam/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.25 2004/01/20 12:14:05 agc Exp $ +# $NetBSD: Makefile,v 1.26 2004/04/12 11:17:15 xtraeme Exp $ # FreeBSD Id: Makefile,v 1.3 1996/11/12 02:19:40 obrien Exp # DISTNAME= sam PKGNAME= sam-4.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors plan9 MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ EXTRACT_SUFX= .msg.gz @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR} EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} MANCOMPRESSED= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_X11BASE= yes MAKE_ENV+= X11PREFIX=${X11PREFIX} |