diff options
author | jmz <jmz@FreeBSD.org> | 1995-04-14 03:13:58 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-04-14 03:13:58 +0800 |
commit | 6941d3da45536b102f05d5bf94a78159926f4209 (patch) | |
tree | 0de59f47335a7988a42ff9e09b7594a44719d772 /graphics | |
parent | d4ee38d60209b76a9aafeb89a5c1872c5409550c (diff) | |
download | freebsd-ports-gnome-6941d3da45536b102f05d5bf94a78159926f4209.tar.gz freebsd-ports-gnome-6941d3da45536b102f05d5bf94a78159926f4209.tar.zst freebsd-ports-gnome-6941d3da45536b102f05d5bf94a78159926f4209.zip |
Add pixmap to SUBDIR list
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 18563d583dd8..ca6b6fe1a21b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.4 1995/02/26 01:19:17 ats Exp $ +# $Id: Makefile,v 1.5 1995/03/19 16:19:15 ats Exp $ # # Broken povray SUBDIR= ImageMagick dore mpeg-lib mpeg_play netpbm jpeg \ - tiff xanim xli xfig xpaint xpm xv + pixmap tiff xanim xli xfig xpaint xpm xv .include <bsd.port.subdir.mk> |