From ab7b168e687af73635ff06217713328b5f3fb4d7 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sat, 26 Jan 2013 16:06:35 +0000 Subject: - cleanup header - strip shlibversion in depedency --- graphics/ruby-gd/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'graphics/ruby-gd') diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index 03135d76b3ed..9a1f0539db78 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Ruby/gd -# Date created: 27 Sep 2000 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= gd PORTVERSION= 0.8.0 @@ -18,7 +14,7 @@ DIST_SUBDIR= ruby MAINTAINER= dinoex@FreeBSD.org COMMENT= Ruby extension library to use Thomas Boutell's gd library -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 USE_RUBY= yes USE_RUBY_EXTCONF= yes @@ -33,7 +29,7 @@ INSTALL_TARGET= site-install CONFIGURE_ARGS+= --enable-gd2_0 \ --with-gd-include="${LOCALBASE}/include" -LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd +LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd .include -- cgit