diff options
Diffstat (limited to 'devel/hat/Makefile')
-rw-r--r-- | devel/hat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/hat/Makefile b/devel/hat/Makefile index a4daadb..416f6a8 100644 --- a/devel/hat/Makefile +++ b/devel/hat/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 |