diff options
author | kwm <kwm@FreeBSD.org> | 2013-03-02 20:56:45 +0000 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-03-02 20:56:45 +0000 |
commit | 979974ea183bf70bcb6df47d9cdfaa83b922534c (patch) | |
tree | fd483d7df5e4f872f2ff076464a11216451e48f2 | |
parent | 5696ed9765c9a4a6970a3938b12635790951282b (diff) | |
download | FreeBSD-ports-979974ea183bf70bcb6df47d9cdfaa83b922534c.zip FreeBSD-ports-979974ea183bf70bcb6df47d9cdfaa83b922534c.tar.gz |
Apply bandaid, to get this to build on current.
Reported by: miwi
-rw-r--r-- | net/opal3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile index 083abef..b42e2cd 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -24,6 +24,7 @@ CONFLICTS= opal-2.* WRKSRC= ${WRKDIR}/opal-${PORTVERSION} +USE_GCC= any USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes |