diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-03 00:51:21 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-03 00:51:21 +0000 |
commit | 531faede3f84b8f88a30effcb3e531f0c80b7084 (patch) | |
tree | 8c12f9aeb1e0f4b773abee8d8e15e3fb4f9e22e3 /print/fontforge/Makefile | |
parent | 3d89d4ff8df6f8bddd3318d51606193f19c67f56 (diff) |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=356270
Diffstat (limited to 'print/fontforge/Makefile')
-rw-r--r-- | print/fontforge/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index b9c85756391d..f096ec80d9fa 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -3,7 +3,7 @@ PORTNAME= fontforge DISTVERSION= 20120731-b -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source \ SF/freetype/${PORTNAME}/${PORTVERSION}:freetype \ @@ -25,7 +25,7 @@ LIB_DEPENDS= libuninameslist.so:${PORTSDIR}/textproc/libuninameslist \ libxml2.so:${PORTSDIR}/textproc/libxml2 \ libspiro.so:${PORTSDIR}/graphics/libspiro -USES= gettext gmake iconv tar:bzip2 +USES= gettext gmake iconv tar:bzip2 libtool USE_XORG= x11 xi ice xkbui PATCH_STRIP= -l @@ -35,7 +35,6 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool OPTIONS_DEFINE= DOCS MULTILAYER FREETYPE PLUGINS PYTHON CAIRO PANGO OPTIONS_SUB= yes |