diff options
author | obrien <obrien@FreeBSD.org> | 2000-11-11 14:13:03 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-11-11 14:13:03 +0800 |
commit | 5b57b42c7d0d690b60aa071c53b5fd4c648423d8 (patch) | |
tree | fce8bb1ead47567984d61a54735a0688d1d08687 | |
parent | 8bf881689c33a9167f0a084c1ea975f31d624a92 (diff) | |
download | freebsd-ports-gnome-5b57b42c7d0d690b60aa071c53b5fd4c648423d8.tar.gz freebsd-ports-gnome-5b57b42c7d0d690b60aa071c53b5fd4c648423d8.tar.zst freebsd-ports-gnome-5b57b42c7d0d690b60aa071c53b5fd4c648423d8.zip |
BYACC builds this just fine, so drop the USE_BISON.
-rw-r--r-- | lang/nawk/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile index bfe5c7fe682a..dcafd47703c7 100644 --- a/lang/nawk/Makefile +++ b/lang/nawk/Makefile @@ -14,7 +14,6 @@ DISTNAME= awk MAINTAINER= obrien@FreeBSD.org -USE_BISON= yes NO_WRKSUBDIR= yes MAKEFILE= makefile ALL_TARGET= a.out |