diff options
Diffstat (limited to 'graphics/enfle/Makefile')
-rw-r--r-- | graphics/enfle/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/enfle/Makefile b/graphics/enfle/Makefile index 3521ac0bcca3..3b36df1737ac 100644 --- a/graphics/enfle/Makefile +++ b/graphics/enfle/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: enfle -# Date created: Tue Sep 28 02:25:17 JST 1999 -# Whom: Yuki Sawada <samy@goldmoon.org> -# +# Created by: Yuki Sawada <samy@goldmoon.org> # $FreeBSD$ -# PORTNAME= enfle PORTVERSION= 20101006 @@ -45,6 +41,7 @@ PKGDEINSTALL= ${PKGINSTALL} CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" |