diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 09:49:03 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 09:49:03 +0000 |
commit | 9eab953e6064989849d337cf5fd9661b6f9c8c0c (patch) | |
tree | f16e356eaaee4741ecafbb22db6b5f7c7e98f73c /lang/scsh/Makefile | |
parent | 671687d7a2cd596db760d84886162ecb6d5433a0 (diff) | |
download | ports-9eab953e6064989849d337cf5fd9661b6f9c8c0c.tar.gz ports-9eab953e6064989849d337cf5fd9661b6f9c8c0c.zip |
Notes
Diffstat (limited to 'lang/scsh/Makefile')
-rw-r--r-- | lang/scsh/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lang/scsh/Makefile b/lang/scsh/Makefile index 19d04d14f602..35fae7bb2108 100644 --- a/lang/scsh/Makefile +++ b/lang/scsh/Makefile @@ -6,25 +6,27 @@ # PORTNAME= scsh -PORTVERSION= 0.6.5 +PORTVERSION= 0.6.6 CATEGORIES= lang scheme -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ ftp://ftp.scsh.net/pub/scsh/0.6/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A Unix shell embedded into Scheme, with access to all Posix calls +CONFLICTS= scheme48-* + CONFIGURE_ENV+= LDFLAGS="-Wl,-E" .include <bsd.port.pre.mk> -.if ${MACHINE_ARCH} != "i386" -BROKEN= "fails to install on ${MACHINE_ARCH}" +.if ${ARCH} != "i386" +BROKEN= "fails to install on ${ARCH}" .endif GNU_CONFIGURE= yes - +USE_GMAKE= yes ALL_TARGET= enough MAN1= scsh.1 STRIP= |