diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evas/Makefile.common | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/evas/Makefile.common b/graphics/evas/Makefile.common index 6e0761ded3e..3081bdc8eee 100644 --- a/graphics/evas/Makefile.common +++ b/graphics/evas/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2009/02/26 18:12:55 minskim Exp $ +# $NetBSD: Makefile.common,v 1.2 2009/02/26 18:46:52 minskim Exp $ DISTNAME= evas-0.9.9.050 CATEGORIES= graphics @@ -9,6 +9,9 @@ HOMEPAGE= http://enlightenment.org/ PKG_DESTDIR_SUPPORT= user-destdir +DISTINFO_FILE= ${.CURDIR}/../../graphics/evas/distinfo +PATCHDIR= ${.CURDIR}/../../graphics/evas/patches + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config |