diff options
-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> |