diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1998-07-12 08:41:25 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1998-07-12 08:41:25 +0000 |
commit | d09ab74078137afd0ce01bb969a8deb706b77199 (patch) | |
tree | 32dd969dd709878e8e4d8eb23ea89b1f73743312 | |
parent | ecbb9cefb201b750b8b4b2580c744a042674a58e (diff) | |
download | freebsd-ports-d09ab74078137afd0ce01bb969a8deb706b77199.zip |
Forgot to add new ports to 'section' Makefile
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | x11/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 78f2ebec800c..ba0e546baf4d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.118 1998/07/11 17:55:44 steve Exp $ +# $Id: Makefile,v 1.119 1998/07/11 17:57:03 steve Exp $ # SUBDIR += ElectricFence @@ -49,6 +49,7 @@ SUBDIR += m68kgdb SUBDIR += makedepend SUBDIR += mico + SUBDIR += mico-latest SUBDIR += mkmf SUBDIR += mprof SUBDIR += nana diff --git a/x11/Makefile b/x11/Makefile index 5f35d064a573..eb29d3d091e7 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.212 1998/06/16 03:06:36 mph Exp $ +# $Id: Makefile,v 1.213 1998/06/24 10:54:30 max Exp $ # SUBDIR += FWF @@ -41,6 +41,7 @@ SUBDIR += kde SUBDIR += kdebase SUBDIR += kdelibs + SUBDIR += kworldwatch SUBDIR += lesstif SUBDIR += libdnd SUBDIR += libhelp |