Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2013 02:33:54 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316869 - head/graphics/xmfract
Message-ID:  <201304300233.r3U2Xsb9008198@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Apr 30 02:33:53 2013
New Revision: 316869
URL: http://svnweb.freebsd.org/changeset/ports/316869

Log:
  - Fix build
  
  PR:		177551
  Submitted by:	Ports Fury

Modified:
  head/graphics/xmfract/Makefile   (contents, props changed)

Modified: head/graphics/xmfract/Makefile
==============================================================================
--- head/graphics/xmfract/Makefile	Tue Apr 30 02:24:08 2013	(r316868)
+++ head/graphics/xmfract/Makefile	Tue Apr 30 02:33:53 2013	(r316869)
@@ -1,33 +1,29 @@
-# New ports collection makefile for:    xmfract
-# Date created:         Thu Aug  1 09:10:22 CDT 1996
-# Whom:                 erich@FreeBSD.org
-#
+# Created by: erich@FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	xmfract
 PORTVERSION=	1.4
 PORTREVISION=	3
 CATEGORIES=	graphics
-MASTER_SITES=	${MASTER_SITE_XCONTRIB}
-MASTER_SITE_SUBDIR=	graphics
+MASTER_SITES=	XCONTRIB/graphics
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	The dos based 'fractint' with an X/Motif front end
 
+LICENSE=	GPLv2
+
 USE_MOTIF=	yes
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=	--with-editres	\
+USE_AUTOTOOLS=	aclocal autoconf
+ACLOCAL_ARGS=	# none
+CONFIGURE_ARGS=	--with-editres	\
 	--with-motif="motif_includes=${LOCALBASE}/include motif_libraries=${LOCALBASE}/lib"
+MAKE_JOBS_SAFE=	yes
 
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} != "i386"
-USE_GCC=4.2+
 IGNORE=		fails to run with: XCreateImage failed
-.else
-BROKEN=		does not build
 .endif
 
 .include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304300233.r3U2Xsb9008198>