diff options
author | wiz <wiz@pkgsrc.org> | 2018-03-07 11:57:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-03-07 11:57:28 +0000 |
commit | 9fe6230d558daa8fd4473f51099dfade5ab9769e (patch) | |
tree | 3774260289d579d3aed9804481587d8f5aafc045 /graphics/evas-software-x11 | |
parent | b453d2e678a282d0b13c68db2d1955015196722a (diff) | |
download | pkgsrc-9fe6230d558daa8fd4473f51099dfade5ab9769e.tar.gz |
xorgproto: use xorgproto instead of separate *proto packages
Remove now obsolete packages.
Diffstat (limited to 'graphics/evas-software-x11')
-rw-r--r-- | graphics/evas-software-x11/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/graphics/evas-software-x11/Makefile b/graphics/evas-software-x11/Makefile index cca07793596..a20c2725ff4 100644 --- a/graphics/evas-software-x11/Makefile +++ b/graphics/evas-software-x11/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2016/03/05 11:28:37 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2018/03/07 11:57:30 wiz Exp $ PKGNAME= evas-software-x11-${EVAS_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= Evas software X11 engine EVAS_ENGINES= software-xlib @@ -15,15 +15,14 @@ MAKE_FLAGS+= module_la_LIBADD="\$${EINA_LIBS} \$${evas_engine_software_x11_libs} INSTALLATION_DIRS+= lib/pkgconfig PKGCONFIG_OVERRIDE= evas-software-x11.pc.in +post-install: + ${INSTALL_DATA} ${WRKSRC}/evas-software-x11.pc \ + ${DESTDIR}${PREFIX}/lib/pkgconfig + .include "../../fonts/fontconfig/buildlink3.mk" .include "../../graphics/evas/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" -.include "../../x11/xproto/buildlink3.mk" - -post-install: - ${INSTALL_DATA} ${WRKSRC}/evas-software-x11.pc \ - ${DESTDIR}${PREFIX}/lib/pkgconfig - +.include "../../x11/xorgproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |