diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-08-03 09:00:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-08-03 09:00:15 +0000 |
commit | b303d16e9df8f8fbb89ec7d35f4f51170a81ff34 (patch) | |
tree | f072c55061dd91647c264213eefdf2f5badb875e /graphics | |
parent | Update to the latest BETA. (diff) |
Variable reordering (move "misc" variables down).
Notes
Notes:
svn path=/head/; revision=3508
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xmfract/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/xmfract/Makefile b/graphics/xmfract/Makefile index b3f14dbfe3ec..6ef7203afd8b 100644 --- a/graphics/xmfract/Makefile +++ b/graphics/xmfract/Makefile @@ -3,17 +3,18 @@ # Date created: Thu Aug 1 09:10:22 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.1.1.1 1996/08/01 20:27:52 erich Exp $ +# $Id: Makefile,v 1.2 1996/08/01 20:38:11 erich Exp $ # DISTNAME= xmfract_1.4 PKGNAME= xmfract-1.4 CATEGORIES+= graphics MASTER_SITES= ftp://ftp.x.org/contrib/graphics/ -USE_X11= yes -REQUIRES_MOTIF= yes -GNU_CONFIGURE= yes MAINTAINER= erich@FreeBSD.org +REQUIRES_MOTIF= yes +USE_X11= yes +GNU_CONFIGURE= yes + .include <bsd.port.mk> |