diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:36:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:36:33 +0000 |
commit | c84e1cd8e6ce90aad916148ab61808a44ca8f718 (patch) | |
tree | b6591847c5cfe81fd7ab910e45c88530d0741e7c /games/adonthell | |
parent | 1640537ad67a4e7c293de8c7bd81840e57ec6928 (diff) |
Notes
Diffstat (limited to 'games/adonthell')
-rw-r--r-- | games/adonthell/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile index ad4b3c505fc7..e477ae475106 100644 --- a/games/adonthell/Makefile +++ b/games/adonthell/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: adonthell -# Date created: Sat May 10 15:26:09 CEST 2003 -# Whom: Miguel Mendez <flynn@energyhq.es.eu.org> -# +# Created by: Miguel Mendez <flynn@energyhq.es.eu.org> # $FreeBSD$ # $MCom: ports/games/adonthell/Makefile,v 1.1 2006/10/04 20:13:33 ahze Exp $ @@ -37,6 +34,7 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} WEDGE_VERSION= 0.3.5 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" |