aboutsummaryrefslogtreecommitdiff
path: root/graphics/gd
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-01-26 14:20:09 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-01-26 14:20:09 +0000
commit15b67b0a4e8de09f595ad75fcacc6b71a8648ed1 (patch)
tree7b52aeb4e3828bc712ef14f5099636196ef7fa97 /graphics/gd
parent98810344c8513a7595372a8feffe92f0144ccb82 (diff)
downloadports-15b67b0a4e8de09f595ad75fcacc6b71a8648ed1.tar.gz
ports-15b67b0a4e8de09f595ad75fcacc6b71a8648ed1.zip
- strip shlib versions in dependecy
- cleanup header
Notes
Notes: svn path=/head/; revision=311010
Diffstat (limited to 'graphics/gd')
-rw-r--r--graphics/gd/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index d598fc23f383..795aa0680ba7 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gd
-# Date created: 27 Mar 1998
-# Whom: jeff@cetlink.net
-#
+# Created by: jeff@cetlink.net
# $FreeBSD$
-#
PORTNAME= gd
PORTVERSION= 2.0.35
@@ -18,9 +14,9 @@ PKGNAMESUFFIX?= ${NOX11_SUFFIX}${PKGNAMESUFFIX2}
MAINTAINER?= dinoex@FreeBSD.org
COMMENT?= A graphics library for fast creation of images
-LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
+LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
png15:${PORTSDIR}/graphics/png \
- freetype.9:${PORTSDIR}/print/freetype2
+ freetype:${PORTSDIR}/print/freetype2
CONFLICTS= bazaar-1.*
@@ -43,7 +39,7 @@ NO_OPTIONS_SORT=yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MFONTCONFIG}
-LIB_DEPENDS+= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
+LIB_DEPENDS+= fontconfig:${PORTSDIR}/x11-fonts/fontconfig
CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_LIBFONTCONFIG -DHAVE_PTHREAD ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -lfontconfig
LDFLAGS2+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib