diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-05-16 23:41:42 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-05-16 23:41:42 +0000 |
commit | fa58581d377971192439230eef656a31961fe160 (patch) | |
tree | 46c3db8d80d6b8156c9bca444b13f09fd5fc488d | |
parent | Add one more missing -devel if GNOME is being use. s/-gnome/-devel-gnome/g (diff) |
Amazing, I forgot to add abiword-devel, abiword-plugins-devel and
gtk-sharp-devel in the category's Makefile.
editors/Makefile:
abiword-devel
abiword-plugins-devel
x11-toolkits/Makefile:
gtk-sharp-devel
Notes
Notes:
svn path=/head/; revision=135426
-rw-r--r-- | editors/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/Makefile | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 1a1d8e31acf8..38d1fed64c4e 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -6,7 +6,9 @@ SUBDIR += 2bsd-vi SUBDIR += MathPlanner SUBDIR += abiword + SUBDIR += abiword-devel SUBDIR += abiword-plugins + SUBDIR += abiword-plugins-devel SUBDIR += aee SUBDIR += aewan SUBDIR += apel diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 4ea5f1ff605a..4244ccf63569 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -39,6 +39,7 @@ SUBDIR += gtk-- SUBDIR += gtk--2 SUBDIR += gtk-sharp + SUBDIR += gtk-sharp-devel SUBDIR += gtk12 SUBDIR += gtk12-apireference SUBDIR += gtk20 |