diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-28 15:21:55 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-28 15:21:55 +0800 |
commit | d2071fd5edc25a012fc7e0f3b3ccc941df186fc6 (patch) | |
tree | 3b26bbd30068d3f27a68064ceac4441217cfd116 | |
parent | f5f131d574bba93350a7e14c9ea905bd2ed28393 (diff) | |
download | marcuscom-ports-d2071fd5edc25a012fc7e0f3b3ccc941df186fc6.tar marcuscom-ports-d2071fd5edc25a012fc7e0f3b3ccc941df186fc6.tar.gz marcuscom-ports-d2071fd5edc25a012fc7e0f3b3ccc941df186fc6.tar.bz2 marcuscom-ports-d2071fd5edc25a012fc7e0f3b3ccc941df186fc6.tar.lz marcuscom-ports-d2071fd5edc25a012fc7e0f3b3ccc941df186fc6.tar.xz marcuscom-ports-d2071fd5edc25a012fc7e0f3b3ccc941df186fc6.tar.zst marcuscom-ports-d2071fd5edc25a012fc7e0f3b3ccc941df186fc6.zip |
Don't install .la file. Since this is a new port, we can get away with it.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19702 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/libgxps/Makefile | 3 | ||||
-rw-r--r-- | graphics/libgxps/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libgxps/Makefile b/graphics/libgxps/Makefile index ad459fda7..d2626e15b 100644 --- a/graphics/libgxps/Makefile +++ b/graphics/libgxps/Makefile @@ -4,6 +4,7 @@ PORTNAME= libgxps PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,7 +17,7 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libtiff.so:${PORTSDIR}/graphics/tiff \ liblcms2.so:${PORTSDIR}/graphics/lcms2 -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes USE_GNOME= cairo gnomeprefix glib20 intlhack GNU_CONFIGURE= yes diff --git a/graphics/libgxps/pkg-plist b/graphics/libgxps/pkg-plist index bab65c7c6..bef93b45b 100644 --- a/graphics/libgxps/pkg-plist +++ b/graphics/libgxps/pkg-plist @@ -12,7 +12,6 @@ include/libgxps/gxps-page.h include/libgxps/gxps-version.h include/libgxps/gxps.h lib/libgxps.a -lib/libgxps.la lib/libgxps.so lib/libgxps.so.2 lib/libgxps.so.2.1.1 |