diff options
author | asami <asami@FreeBSD.org> | 1996-08-03 17:00:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-08-03 17:00:15 +0800 |
commit | cc38dd883b32cd9aca244c1c96c0eea73868e313 (patch) | |
tree | 57a15d5fccb77286551f24b69e0244fdf40e1ee0 | |
parent | a524d0c5db0d0fde9c6ba554c5c76cd7c9a463cb (diff) | |
download | freebsd-ports-gnome-cc38dd883b32cd9aca244c1c96c0eea73868e313.tar.gz freebsd-ports-gnome-cc38dd883b32cd9aca244c1c96c0eea73868e313.tar.zst freebsd-ports-gnome-cc38dd883b32cd9aca244c1c96c0eea73868e313.zip |
Variable reordering (move "misc" variables down).
-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> |