diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:40:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:40:21 +0000 |
commit | 6adf864b810de100bd21887faadcdf85b56a2e52 (patch) | |
tree | c5527ff33b4f44978bc044b3f75b747288fdbad8 /lang/see | |
parent | b15e495041a4fd2f9fafcc7d9540759c4c22a610 (diff) |
Notes
Diffstat (limited to 'lang/see')
-rw-r--r-- | lang/see/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/see/Makefile b/lang/see/Makefile index b6b8519d4bb6..008c06eebfd8 100644 --- a/lang/see/Makefile +++ b/lang/see/Makefile @@ -22,13 +22,14 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} USE_LDCONFIG= yes -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMULTIPLE_THREADS} CFLAGS+= -DMULTIPLE_THREADS @@ -64,4 +65,4 @@ post-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |