Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Dec 2016 07:16:12 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428335 - in head/devel: allegro allegro-devel
Message-ID:  <201612110716.uBB7GCs7097480@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec 11 07:16:11 2016
New Revision: 428335
URL: https://svnweb.freebsd.org/changeset/ports/428335

Log:
  allegro* build fine with bsd make

Modified:
  head/devel/allegro-devel/Makefile
  head/devel/allegro/Makefile

Modified: head/devel/allegro-devel/Makefile
==============================================================================
--- head/devel/allegro-devel/Makefile	Sun Dec 11 06:27:52 2016	(r428334)
+++ head/devel/allegro-devel/Makefile	Sun Dec 11 07:16:11 2016	(r428335)
@@ -23,7 +23,7 @@ LIB_DEPENDS+=	libjack.so:audio/jack \
 		libFLAC.so:audio/flac \
 		libphysfs.so:devel/physfs
 
-USES=		cmake gmake jpeg openal:soft pkgconfig
+USES=		cmake jpeg openal:soft pkgconfig
 USE_XORG=	x11 xpm xext xcursor xxf86vm xxf86dga
 USE_GL=		glu
 USE_GNOME=	gtk20

Modified: head/devel/allegro/Makefile
==============================================================================
--- head/devel/allegro/Makefile	Sun Dec 11 06:27:52 2016	(r428334)
+++ head/devel/allegro/Makefile	Sun Dec 11 07:16:11 2016	(r428335)
@@ -16,7 +16,7 @@ COMMENT=	Cross-platform library for game
 LIB_DEPENDS+=	libpng.so:graphics/png \
 		libvorbis.so:audio/libvorbis
 
-USES=		cmake gmake makeinfo pkgconfig
+USES=		cmake makeinfo pkgconfig
 USE_XORG=	x11 xpm xext xcursor xxf86vm xxf86dga
 USE_GL=		glu
 USE_LDCONFIG=	yes



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