aboutsummaryrefslogtreecommitdiff
path: root/graphics/ayam
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-11-19 12:52:28 +0000
committerJohn Marino <marino@FreeBSD.org>2013-11-19 12:52:28 +0000
commit7ee191e492fa116115a9306760dea6ab99fd7e19 (patch)
treea5d50f9fd51939b137cdf862b0471dda35ae2c9d /graphics/ayam
parent073c4a6ea858b8bcb5f285a3b746833ba9af4241 (diff)
downloadports-7ee191e492fa116115a9306760dea6ab99fd7e19.tar.gz
ports-7ee191e492fa116115a9306760dea6ab99fd7e19.zip
graphics/ayam: USES+= gmake to unbreak
Also convert USES+= to USES= Approved by: gahr (maintainer)
Notes
Notes: svn path=/head/; revision=334308
Diffstat (limited to 'graphics/ayam')
-rw-r--r--graphics/ayam/Makefile2
1 files changed, 1 insertions, 1 deletions
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}"