diff options
author | asami <asami@FreeBSD.org> | 1996-09-11 14:11:21 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-09-11 14:11:21 +0800 |
commit | 673aea2976c5c3c747f365d7b316074bad866c42 (patch) | |
tree | acd90688e45ff2320caf401d661512ca8b14749e /devel | |
parent | 448efff5377ba6b99b14f991048811a5b1e90f45 (diff) | |
download | freebsd-ports-gnome-673aea2976c5c3c747f365d7b316074bad866c42.tar.gz freebsd-ports-gnome-673aea2976c5c3c747f365d7b316074bad866c42.tar.zst freebsd-ports-gnome-673aea2976c5c3c747f365d7b316074bad866c42.zip |
Remove bison and gperf, they are in the main source tree now.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/Makefile b/devel/Makefile index 5e1278895a93..69a7b24d802c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,16 +1,14 @@ -# $Id: Makefile,v 1.26 1996/08/19 10:32:53 asami Exp $ +# $Id: Makefile,v 1.27 1996/08/23 06:49:39 tg Exp $ # SUBDIR += SWIG SUBDIR += autoconf SUBDIR += bcc - SUBDIR += bison SUBDIR += cflow SUBDIR += dmake SUBDIR += flex SUBDIR += gcc11 SUBDIR += gmake - SUBDIR += gperf SUBDIR += libdlmalloc SUBDIR += libmalloc SUBDIR += libslang |