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-devel | |
parent | b15e495041a4fd2f9fafcc7d9540759c4c22a610 (diff) | |
download | ports-6adf864b810de100bd21887faadcdf85b56a2e52.tar.gz ports-6adf864b810de100bd21887faadcdf85b56a2e52.zip |
Notes
Diffstat (limited to 'lang/see-devel')
-rw-r--r-- | lang/see-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/see-devel/Makefile b/lang/see-devel/Makefile index c281a916f77b..b795585a3c2f 100644 --- a/lang/see-devel/Makefile +++ b/lang/see-devel/Makefile @@ -19,9 +19,9 @@ SEE_DEBUG_DESC= Internal SEE library debugging CONFLICTS= see-[0-9]* -USES= pathfix +USES= pathfix perl5 USE_LDCONFIG= yes -USE_PERL5_BUILD=yes +USE_PERL5= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} |