From 7ee191e492fa116115a9306760dea6ab99fd7e19 Mon Sep 17 00:00:00 2001 From: John Marino Date: Tue, 19 Nov 2013 12:52:28 +0000 Subject: [PATCH] graphics/ayam: USES+= gmake to unbreak Also convert USES+= to USES= Approved by: gahr (maintainer) --- graphics/ayam/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/ayam/Makefile b/graphics/ayam/Makefile index c10836cb7d58..55785cfc79a2 100644 --- a/graphics/ayam/Makefile +++ b/graphics/ayam/Makefile @@ -22,7 +22,7 @@ OPTIONS_DEFINE= DOCS USE_XORG= xmu xext x11 USE_GL= yes USE_LDCONFIG= ${PREFIX}/lib/ayam -USES+= tk:84 +USES= gmake tk:84 WRKSRC= ${WRKDIR}/${PORTNAME}/src MAKEFILE= Makefile.shared MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"