diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:58:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:58:41 +0000 |
commit | 8e91f3161f9c1603aa8633d03faa39d0eb27baf5 (patch) | |
tree | ad09b4f24df8e2cf74670acb86a133957eb333d0 /cad/chipmunk | |
parent | 2324655f200dcb66c0a26dc9f7ba34216e5a7c3f (diff) |
Notes
Diffstat (limited to 'cad/chipmunk')
-rw-r--r-- | cad/chipmunk/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cad/chipmunk/Makefile b/cad/chipmunk/Makefile index a16814eb39f3..d61925b92165 100644 --- a/cad/chipmunk/Makefile +++ b/cad/chipmunk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: chipmunk -# Date created: 29 July 1995 -# Whom: janek@gaja.ipan.lublin.pl -# +# Created by: janek@gaja.ipan.lublin.pl # $FreeBSD$ -# PORTNAME= chipmunk PORTVERSION= 5.65 @@ -28,6 +24,7 @@ NO_WRKSUBDIR= yes USE_XORG= x11 USE_GMAKE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" |