diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-10 12:18:44 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-10 12:18:44 +0000 |
commit | 4bca725384824c362849f343a65b50a41c4daa40 (patch) | |
tree | 2de36469a3dff589e82d88543ede84dd1d7711e5 | |
parent | 6e1de38e13eaebd6acba3a2721b17acfe3969cd6 (diff) | |
download | freebsd-ports-4bca725384824c362849f343a65b50a41c4daa40.zip |
- Drop .la files, no dependees require them
-rw-r--r-- | graphics/ftgl/Makefile | 4 | ||||
-rw-r--r-- | graphics/ftgl/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/graphics/ftgl/Makefile b/graphics/ftgl/Makefile index f15bbce65e7c..67ae09f486fc 100644 --- a/graphics/ftgl/Makefile +++ b/graphics/ftgl/Makefile @@ -3,7 +3,7 @@ PORTNAME= ftgl DISTVERSION= 2.1.3-rc5 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/FTGL%20Source/2.1.3%7Erc5 @@ -16,7 +16,7 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gl-inc="${LOCALBASE}/include" \ --without-glut-inc -USES= pathfix gmake libtool:keepla +USES= pathfix gmake libtool USE_GL= gl glu USE_XORG= x11 xext xmu INSTALL_TARGET= install-strip diff --git a/graphics/ftgl/pkg-plist b/graphics/ftgl/pkg-plist index 09dca7bbd183..8d1a53107bd6 100644 --- a/graphics/ftgl/pkg-plist +++ b/graphics/ftgl/pkg-plist @@ -21,7 +21,6 @@ include/FTGL/FTSimpleLayout.h include/FTGL/FTTextureGlyph.h include/FTGL/ftgl.h lib/libftgl.a -lib/libftgl.la lib/libftgl.so lib/libftgl.so.2 lib/libftgl.so.2.1.3 |