- Fix build
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed. Thanks!
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> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"