diff options
author | roger <roger@FreeBSD.org> | 2000-02-25 08:06:46 +0000 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2000-02-25 08:06:46 +0000 |
commit | 9427317da2443c7f329ab1f439b577168088babc (patch) | |
tree | 66f674eb1a442e6d8061bb1a289c4fed9b2bfa07 /net/opal/Makefile | |
parent | bd0252f2f589603691d04b2d49c355de1c75ca4d (diff) | |
download | FreeBSD-ports-9427317da2443c7f329ab1f439b577168088babc.zip FreeBSD-ports-9427317da2443c7f329ab1f439b577168088babc.tar.gz |
Fix typo in the USE_BISON statement.
Diffstat (limited to 'net/opal/Makefile')
-rw-r--r-- | net/opal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile index 307d9bf..4f05fa5 100644 --- a/net/opal/Makefile +++ b/net/opal/Makefile @@ -19,7 +19,7 @@ MAINTAINER= roger@freebsd.org WRKSRC= ${WRKDIR}/openh323 -USE_BISON +USE_BISON= yes USE_GMAKE= yes ALL_TARGET= opt MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib \ |