diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 17:55:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 17:55:41 +0000 |
commit | 184fe8daa42501edf954dd180c45af4c0ac1b31a (patch) | |
tree | 3c4966978dcdbf09071760438b6641e1107e1d97 /devel/libsigc++20 | |
parent | 276f6257d405061578189f52bb452e638cd60267 (diff) | |
download | ports-184fe8daa42501edf954dd180c45af4c0ac1b31a.tar.gz ports-184fe8daa42501edf954dd180c45af4c0ac1b31a.zip |
Notes
Diffstat (limited to 'devel/libsigc++20')
-rw-r--r-- | devel/libsigc++20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile index fc012dbdca5b..6a675904acfb 100644 --- a/devel/libsigc++20/Makefile +++ b/devel/libsigc++20/Makefile @@ -14,10 +14,10 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool USE_XZ= yes -USE_PERL5_BUILD=yes +USE_PERL5= build LATEST_LINK= libsigc++20 USE_LDCONFIG= yes -USES= gmake pathfix +USES= gmake pathfix perl5 GNU_CONFIGURE= yes PLIST_SUB= VERSION="2.0" API_VERSION="2.0" |