diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-08-02 07:49:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-08-02 07:49:20 +0000 |
commit | 5c4123223660c9c62b96cb8c0ee978f7c7e382e9 (patch) | |
tree | 61d4de38b57c783a32fe9e72c6b990340ac9e1ed /graphics/xmorph/Makefile | |
parent | a03386eb3c0b95305950732dca94e51957cceb71 (diff) | |
download | ports-5c4123223660c9c62b96cb8c0ee978f7c7e382e9.tar.gz ports-5c4123223660c9c62b96cb8c0ee978f7c7e382e9.zip |
Notes
Diffstat (limited to 'graphics/xmorph/Makefile')
-rw-r--r-- | graphics/xmorph/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/xmorph/Makefile b/graphics/xmorph/Makefile index a814d98ec84e..7e08e79dd40c 100644 --- a/graphics/xmorph/Makefile +++ b/graphics/xmorph/Makefile @@ -3,15 +3,16 @@ # Date created: Thu Aug 1 09:10:22 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/08/01 20:31:15 erich Exp $ # DISTNAME= xmorph-12jul96 -PKGNAME= xmorph-120796 +PKGNAME= xmorph-96.07.12 CATEGORIES+= graphics MASTER_SITES= ftp://ftp.x.org/contrib/graphics/ -USE_X11= yes MAINTAINER= erich@FreeBSD.org +USE_X11= yes + .include <bsd.port.mk> |