diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-21 16:45:20 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-21 16:45:20 +0000 |
commit | 61575cdfa9a8da12515cbf974c6b56f24a9b9eb7 (patch) | |
tree | 2c8f42ff8c14b391b099c63ba59a931534aa4c57 /lang/ruby16_static | |
parent | e4831fc4be6571ed07280f5cf0722ba5ee7fd9dc (diff) | |
download | ports-61575cdfa9a8da12515cbf974c6b56f24a9b9eb7.tar.gz ports-61575cdfa9a8da12515cbf974c6b56f24a9b9eb7.zip |
Notes
Diffstat (limited to 'lang/ruby16_static')
-rw-r--r-- | lang/ruby16_static/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/ruby16_static/Makefile b/lang/ruby16_static/Makefile index a0399bb1320e..c5467346d8f2 100644 --- a/lang/ruby16_static/Makefile +++ b/lang/ruby16_static/Makefile @@ -7,7 +7,6 @@ PORTNAME= ruby_static PORTVERSION= ${RUBY_PORTVERSION} -PORTREVISION= 1 CATEGORIES= lang ruby ipv6 MASTER_SITES= # none DISTFILES= # none @@ -24,11 +23,14 @@ USE_AUTOCONF= yes # which means you can't link such modules as ruby-gdbm within. EXT_PORTS= archivers/ruby-zlib \ devel/ruby-strscan \ - devel/ruby-fnmatch \ sysutils/ruby-syslog _PORTSDIR= ${.CURDIR}/../.. _RUBY_PORTDIR= ${_PORTSDIR}/${RUBY_PORT} +.if !defined(HAVE_FNMATCH) +EXT_PORTS+= devel/ruby-fnmatch +.endif + .for p in ${EXT_PORTS} BUILD_DEPENDS+= ${NONEXISTENT}:${_PORTSDIR}/${p}:patch .endfor |