diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-07-06 03:09:47 +0800 |
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-07-06 03:09:47 +0800 |
| commit | de561a44773a92116411d64457a1b41d4b5121e9 (patch) | |
| tree | d79cee1bcf595b605dcfddcd204222b4792e3c5b /graphics/evince/Makefile | |
| parent | 426b8b7fa58e16f320b12e95d5ee836c3729c11f (diff) | |
| download | marcuscom-ports-de561a44773a92116411d64457a1b41d4b5121e9.tar.gz marcuscom-ports-de561a44773a92116411d64457a1b41d4b5121e9.tar.zst marcuscom-ports-de561a44773a92116411d64457a1b41d4b5121e9.zip | |
Drop :keepla
use INSTALL_TARGET to strip.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19767 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/evince/Makefile')
| -rw-r--r-- | graphics/evince/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 1e83ab872..f26c9988e 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \ RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \ ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas -USES= desktop-file-utils gettext gmake libtool:keepla pathfix \ +USES= desktop-file-utils gettext gmake libtool pathfix \ pkgconfig tar:xz USE_GNOME= gnomeprefix intlhack introspection:build USE_LDCONFIG= yes @@ -29,6 +29,7 @@ USE_XORG= ice INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include -Wno-format-nonliteral LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-xps --enable-introspection GLIB_SCHEMAS= org.gnome.Evince.gschema.xml @@ -113,12 +114,4 @@ post-patch: ${WRKSRC}/help/reference/libdocument/Makefile.in \ ${WRKSRC}/help/reference/libview/Makefile.in -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libevdocument3.so.4 - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/evince/4/backends/lib*.so - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libevview3.so.3 -.if ${PORT_OPTIONS:MNAUTILUS} - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/nautilus/extensions-3.0/libevince-properties-page.so -.endif - .include <bsd.port.mk> |
