diff options
author | Steve Price <steve@FreeBSD.org> | 1999-03-02 01:54:57 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-03-02 01:54:57 +0000 |
commit | 2728d26cab9ba02a4305f3d717fbeb1d614c13e5 (patch) | |
tree | 908b848a8d04277f64895c1370cfe8bf37a15911 /devel | |
parent | Use glib11 instead of glib. (diff) |
Remove glib since it is the same as glib11.
Discussed with: asami
Notes
Notes:
svn path=/head/; revision=16975
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6f910f26047c..fa621058898f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.157 1999/02/02 14:32:32 vanilla Exp $ +# $Id: Makefile,v 1.158 1999/02/10 15:56:10 billf Exp $ # SUBDIR += ElectricFence @@ -42,7 +42,6 @@ SUBDIR += gide SUBDIR += gindent SUBDIR += glade - SUBDIR += glib SUBDIR += glib11 SUBDIR += glib11-devel SUBDIR += gmake |