diff options
author | erich <erich@FreeBSD.org> | 1996-08-16 21:45:57 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-08-16 21:45:57 +0800 |
commit | 4ea3582352c0c9233a95f5661c844df49803efde (patch) | |
tree | 098c750d6096068a8448ede43897fd8051d8c73c | |
parent | 03771b87f3e6d11349c3504599306e17ad76c40a (diff) | |
download | freebsd-ports-gnome-4ea3582352c0c9233a95f5661c844df49803efde.tar.gz freebsd-ports-gnome-4ea3582352c0c9233a95f5661c844df49803efde.tar.zst freebsd-ports-gnome-4ea3582352c0c9233a95f5661c844df49803efde.zip |
added in my new ports
-rw-r--r-- | audio/Makefile | 3 | ||||
-rw-r--r-- | games/Makefile | 3 | ||||
-rw-r--r-- | graphics/Makefile | 3 | ||||
-rw-r--r-- | x11/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/audio/Makefile b/audio/Makefile index b4150cad5a92..5a47cc046b20 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.26 1996/07/06 09:28:34 gpalmer Exp $ +# $Id: Makefile,v 1.27 1996/08/06 17:39:25 chuckr Exp $ # SUBDIR += gmod @@ -19,5 +19,6 @@ SUBDIR += xcdplayer SUBDIR += xmcd SUBDIR += xmix + SUBDIR += xmmix .include <bsd.port.subdir.mk> diff --git a/games/Makefile b/games/Makefile index 60b11cafe2af..8ffe4f206b90 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.35 1995/12/23 21:11:49 markm Exp $ +# $Id: Makefile,v 1.36 1996/05/14 12:23:46 tg Exp $ # SUBDIR += acm @@ -11,6 +11,7 @@ SUBDIR += tksol SUBDIR += xasteroids SUBDIR += xbill + SUBDIR += xblackjack SUBDIR += xboard SUBDIR += xboing SUBDIR += xchomp diff --git a/graphics/Makefile b/graphics/Makefile index 5654ed4d9f79..bcfebea80008 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.22 1996/07/10 05:45:31 asami Exp $ +# $Id: Makefile,v 1.23 1996/08/01 20:47:04 erich Exp $ # SUBDIR += ImageMagick @@ -13,6 +13,7 @@ SUBDIR += mpegedit SUBDIR += mpeg_encode SUBDIR += mpeg_play + SUBDIR += mpeg_stat SUBDIR += mplex SUBDIR += netpbm SUBDIR += pixmap diff --git a/x11/Makefile b/x11/Makefile index 18a613065864..c02bd673b87e 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.94 1996/08/16 07:40:50 asami Exp $ +# $Id: Makefile,v 1.95 1996/08/16 07:55:04 asami Exp $ # SUBDIR += FWF @@ -13,6 +13,7 @@ SUBDIR += dclock SUBDIR += emiclock SUBDIR += emu + SUBDIR += freefonts SUBDIR += fvwm SUBDIR += fvwm2 SUBDIR += fvwm95 |