diff options
author | jmz <jmz@FreeBSD.org> | 1995-04-11 10:02:17 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-04-11 10:02:17 +0800 |
commit | 6668ebfd146a4a968a9aad2739ff0e22f056e12e (patch) | |
tree | c58b5ed0094e47034eec0c383025d619c479e96e /graphics | |
parent | 212bf07350a21c82c24ecf9532de5a2f981dea31 (diff) | |
download | freebsd-ports-gnome-6668ebfd146a4a968a9aad2739ff0e22f056e12e.tar.gz freebsd-ports-gnome-6668ebfd146a4a968a9aad2739ff0e22f056e12e.tar.zst freebsd-ports-gnome-6668ebfd146a4a968a9aad2739ff0e22f056e12e.zip |
Add MAINTAINER= jmz@FreeBSD.org
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pixmap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pixmap/Makefile b/graphics/pixmap/Makefile index bc291f10294c..b6307ac1a3f4 100644 --- a/graphics/pixmap/Makefile +++ b/graphics/pixmap/Makefile @@ -3,13 +3,14 @@ # Date created: 19 February 1995 # Whom: jmz # -# $Id: Makefile,v 1.5 1995/04/01 12:45:58 jkh Exp $ +# $Id: Makefile,v 1.6 1995/04/09 07:09:39 asami Exp $ # DISTNAME= pixmap2.6 PKGNAME= pixmap-2.6 CATEGORIES+= graphics MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/pixmap/ +MAINTAINER= jmz@FreeBSD.org LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm |