freebsd-ports/x11-toolkits/rubygem-tk/Makefile
Mark Linimon 9d8de19218 Conditionalize the dependence of libunwind to x86-only to allow building
these ports on !x86.

libunwind is only available for x86; lang/ruby* already expresses this
correctly.  Some of the rubygems did not: for the ones that already had
USE_RUBY, the dependency was overspecified in the first place.

Tested for no-harm on amd64.

While here, pet portlint where appropriate.

Approved by:	portmgr (tier-2 blanket)
2019-01-24 05:09:48 +00:00

21 lines
401 B
Makefile

# $FreeBSD$
PORTNAME= tk
PORTVERSION= 0.2.0
CATEGORIES= x11-toolkits rubygems
MASTER_SITES= RG
MAINTAINER= nmingotti@gmail.com
COMMENT= Ruby interface to TclTk-8.6
LICENSE= BSD2CLAUSE
CONFIGURE_ARGS=--with-tcltkversion=8.6,8.6 \
--with-tk-include=${LOCALBASE}/include/tk8.6 \
--with-tcl-include=${LOCALBASE}/include/tcl8.6
USES= gem tk:86
USE_RUBY= yes
USE_XORG= x11
.include <bsd.port.mk>