diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-20 05:27:33 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-20 05:27:33 +0000 |
commit | 99c685f2a522bc8e8bbd7ea15ad6d237c05683f0 (patch) | |
tree | a4a741ed1e55930b107b131b9c176bfaa052838d /lang/nhc98 | |
parent | add jpegpixi 0.3 (diff) |
USE_REINPLACE has to be defined before including bsd.port.pre.mk
Diffstat (limited to 'lang/nhc98')
-rw-r--r-- | lang/nhc98/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile index a4daadb6da15..416f6a830860 100644 --- a/lang/nhc98/Makefile +++ b/lang/nhc98/Makefile @@ -13,6 +13,8 @@ DIST_SUBDIR= nhc98 MAINTAINER= obraun@informatik.unibw-muenchen.de +USE_REINPLACE= yes + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500000 @@ -22,7 +24,6 @@ BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes -USE_REINPLACE= yes HAS_CONFIGURE= yes .if ${OSVERSION} >= 500000 |