diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-07 21:12:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-07 21:12:11 +0000 |
commit | ba78e86e549fcaece0c5ca2c8373e9236b2c3c6a (patch) | |
tree | 7339b8411ed51aeace0cb01821f364e652cda27f /graphics/evas-software-16-x11 | |
parent | 299cdbb8fed1bf3373bc16507e6674d773e8febf (diff) | |
download | pkgsrc-ba78e86e549fcaece0c5ca2c8373e9236b2c3c6a.tar.gz |
Update evas to the most recent e17 snapshot.
No detailed changes known.
Diffstat (limited to 'graphics/evas-software-16-x11')
-rw-r--r-- | graphics/evas-software-16-x11/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/evas-software-16-x11/Makefile b/graphics/evas-software-16-x11/Makefile index 53bbc8792a9..3521d47a0dc 100644 --- a/graphics/evas-software-16-x11/Makefile +++ b/graphics/evas-software-16-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 19:26:52 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2009/06/07 21:12:12 joerg Exp $ PKGNAME= ${DISTNAME:S/evas/evas-software-16-x11/} @@ -9,7 +9,8 @@ EVAS_ENGINES= software-16-x11 .include "../../graphics/evas/Makefile.common" BUILD_DIRS= src/modules/engines/software_16_x11 -MAKE_FLAGS+= module_la_LIBADD="\$${x_libs} ${BUILDLINK_PREFIX.evas}/lib/libevas.la" +MAKE_FLAGS+= module_la_LIBADD="\$${EINA_LIBS} \$${evas_engine_software_16_x11_libs} ${BUILDLINK_PREFIX.evas}/lib/libevas.la" \ + module_la_DEPENDENCIES= INSTALLATION_DIRS+= lib/pkgconfig PKGCONFIG_OVERRIDE= evas-software-16-x11.pc.in |