aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ruby-gd
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-05-05 17:45:36 +0800
committerbapt <bapt@FreeBSD.org>2014-05-05 17:45:36 +0800
commit1fa39fd2c3d6f5edbc6d4a9d6f9ceae142a0f184 (patch)
tree96cc94ba02edcc043c52eb3f26adbc632bbe44d8 /graphics/ruby-gd
parentd8575795a2106dcbddc552f756cb3916f113f9e0 (diff)
downloadfreebsd-ports-gnome-1fa39fd2c3d6f5edbc6d4a9d6f9ceae142a0f184.tar.gz
freebsd-ports-gnome-1fa39fd2c3d6f5edbc6d4a9d6f9ceae142a0f184.tar.zst
freebsd-ports-gnome-1fa39fd2c3d6f5edbc6d4a9d6f9ceae142a0f184.zip
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
Diffstat (limited to 'graphics/ruby-gd')
-rw-r--r--graphics/ruby-gd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile
index 33c341767c64..a153b015174c 100644
--- a/graphics/ruby-gd/Makefile
+++ b/graphics/ruby-gd/Makefile
@@ -22,7 +22,7 @@ NEED_ROOT= yes
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
-RUBY_MODNAME= ${PORTNAME:L}
+RUBY_MODNAME= ${PORTNAME:tl}
CONFIGURE_ARGS= --with-gd-lib="${LOCALBASE}/lib" \
--with-jpeg \
cgit/cgit.cgi/freebsd-ports-gnome/commit/Makefile?h=gnome-3.24&id=86fb4047923f66618b7a7e67160abd13d87bfc8b'>I committed from the wrong tree, and the patch had a missingkris2002-12-051-1/+1 * Add the INDEXFILE variable, that defaults to INDEX-5 on 5.0 (500036) andkris2002-12-051-12/+12 * Merge in some changes from Tools/portbuild/scripts/makeindex: setkris2002-12-011-5/+8 * Add several new real categories.knu2002-11-181-0/+4 * Switch back to .tgz packages for 'parallel' target.kris2002-10-021-1/+1 * Switch to .tbz packages in generated makefile target.kris2002-09-161-1/+1 * Don't use cat(1) needlessly -- pipe the INDEX to awk(1).will2001-12-231-1/+1 * New category picobsd starts today.asami2001-04-231-0/+1 * Use single colons instead of double colons for "*-all" targets. I don't knowasami2001-03-251-2/+2 * Add new categories science and ukrainian.asami2001-03-251-0/+2 * Allow both SUP_UPDATE and CVS_UPDATE to be used, similar to src/Makefilejeh2000-11-011-5/+4 * For "make parallel", provide out an extra target without the ".tgz".asami2000-09-271-1/+1 * New category french starts today!asami2000-09-221-0/+1 * Use the SUPHOST in the 'make update' if it's defined.joe2000-08-131-0/+3 * Add new category hebrew -- Hebrew language support.asami2000-07-311-0/+1 * Typo (ghostscript55htff -> ghostscript55httf).asami2000-07-201-1/+6 * Change a couple of "make"s to "cd ${.CURDIR} && make"s, otherwise youasami2000-04-121-2/+2 * Additions to the 'make search' mechanism.joe2000-03-23