diff options
author | scrappy <scrappy@FreeBSD.org> | 1998-07-12 16:41:25 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1998-07-12 16:41:25 +0800 |
commit | c01e9da3be336a4f5c5c3d14cb002a242eb3fffd (patch) | |
tree | d6ab1ee5a63d8943b78fa6a43ca5f31c3ba8ed3d | |
parent | 6fbc6d53d07aa84d3a8b5e5303ded98f110522c6 (diff) | |
download | freebsd-ports-gnome-c01e9da3be336a4f5c5c3d14cb002a242eb3fffd.tar.gz freebsd-ports-gnome-c01e9da3be336a4f5c5c3d14cb002a242eb3fffd.tar.zst freebsd-ports-gnome-c01e9da3be336a4f5c5c3d14cb002a242eb3fffd.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 |