diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-13 16:01:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-13 16:01:23 +0000 |
commit | 783763b9d60e6f3c94500998256b027e6ef0f3d1 (patch) | |
tree | 594c2a519f2f8e4a5981de33d20847efb2df7b93 /devel/libopkele | |
parent | ea83d727a6236461476a423186aa43ff9710ef25 (diff) |
Do not hard depend on gcc, c++11-lang will allow almost anything greater than gcc 4.2 which is failing to build this port
Notes
Notes:
svn path=/head/; revision=336360
Diffstat (limited to 'devel/libopkele')
-rw-r--r-- | devel/libopkele/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libopkele/Makefile b/devel/libopkele/Makefile index f68cf34cf7d9..f030e5e68235 100644 --- a/devel/libopkele/Makefile +++ b/devel/libopkele/Makefile @@ -18,8 +18,7 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libxslt.so:${PORTSDIR}/textproc/libxslt USE_LDCONFIG= yes -USE_GCC= 4.6 -USES= gmake pkgconfig +USES= gmake pkgconfig compiler:c++11-lang GNU_CONFIGURE= yes CONFIGURE_ENV= "OPENSSL_CFLAGS=${CFLAGS} -l${OPENSSLINC}" \ OPENSSL_LIBS=-L${OPENSSLLIB} |