diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-12 11:17:15 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-12 11:17:15 +0000 |
commit | 6127702110f491250533b107f2bfe3baf6fbaba0 (patch) | |
tree | 28099e2bc1d22f0c3dcbbe8aa99d577dc1231649 /editors/sam | |
parent | b1d037a4e2e1e39fdbdaee83ed238a7b925223c3 (diff) | |
download | pkgsrc-6127702110f491250533b107f2bfe3baf6fbaba0.tar.gz |
bl3ify
Diffstat (limited to 'editors/sam')
-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} |