summaryrefslogtreecommitdiff
path: root/print/freetype/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-19 15:45:14 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-19 15:45:14 +0000
commitd9aa7a8cbf450e10d688039772c01ce6f2bd22b7 (patch)
tree77ad12919a21d63e5bf1b297403917f7353ae42e /print/freetype/Makefile
parent- Remove -a when copying package. r329130 broke this when PACKAGES was on (diff)
print/freetype:
- Remove old libtool patch - Remove :oldver from USES=libtool and bump dependent ports
Notes
Notes: svn path=/head/; revision=368571
Diffstat (limited to 'print/freetype/Makefile')
-rw-r--r--print/freetype/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/print/freetype/Makefile b/print/freetype/Makefile
index ecec86823151..938af7c2deb5 100644
--- a/print/freetype/Makefile
+++ b/print/freetype/Makefile
@@ -3,7 +3,7 @@
PORTNAME= freetype
PORTVERSION= 1.3.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= print
MASTER_SITES= SF \
http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype1/ \
@@ -15,21 +15,11 @@ MASTER_SITES= SF \
MAINTAINER= doceng@FreeBSD.org
COMMENT= Free and portable TrueType font rendering engine
-USES= desthack libtool:oldver
+USES= desthack libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared
PORTSCOUT= limit:^1\.
-post-patch:
- @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
- ${WRKSRC}/configure
-
-# Older versions of freetype installed include files in ${PREFIX}/include
-# this is a compatibility hack for now
-
-#post-install:
-# ${LN} -fs ${PREFIX}/include/freetype/*.h ${PREFIX}/include
-
.include <bsd.port.mk>