diff options
author | fenner <fenner@FreeBSD.org> | 1996-12-20 06:34:52 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1996-12-20 06:34:52 +0800 |
commit | 13bdd72d5c50abaa0231708a2b41a7034a21def7 (patch) | |
tree | 01497684c41ecc6ef8be78faf897d1faf3e83254 /graphics | |
parent | cc8a3a43c74492bd72076577a743818e4f922036 (diff) | |
download | freebsd-ports-gnome-13bdd72d5c50abaa0231708a2b41a7034a21def7.tar.gz freebsd-ports-gnome-13bdd72d5c50abaa0231708a2b41a7034a21def7.tar.zst freebsd-ports-gnome-13bdd72d5c50abaa0231708a2b41a7034a21def7.zip |
Add geomview port.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 72b8ac9cd13f..e42718ad0e1d 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.31 1996/11/19 14:19:41 erich Exp $ +# $Id: Makefile,v 1.32 1996/11/26 08:34:28 asami Exp $ # SUBDIR += ImageMagick SUBDIR += Mesa SUBDIR += aero SUBDIR += dore + SUBDIR += geomview SUBDIR += gifmerge SUBDIR += giftool SUBDIR += giftrans |