diff options
Diffstat (limited to 'misc/emma/Makefile')
-rw-r--r-- | misc/emma/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/emma/Makefile b/misc/emma/Makefile index d9eeb7f1596..d250a8a730d 100644 --- a/misc/emma/Makefile +++ b/misc/emma/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 1999/12/11 01:30:52 mellon Exp $ +# $NetBSD: Makefile,v 1.2 2000/02/28 06:34:10 wiz Exp $ # -DISTNAME= emma-0.7-1 -PKGNAME= emma-0.7 +DISTNAME= emma-0.7-5 +PKGNAME= emma-0.7.5 WRKSRC= ${WRKDIR}/emma-0.7 CATEGORIES= misc MASTER_SITES= http://rainbow.mimuw.edu.pl/~la181249/ @@ -14,7 +14,7 @@ DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= gnome-libs-*:../../x11/gnome-libs DEPENDS+= python-*:../../lang/python -USE_X11= yes +USE_X11BASE= yes GNU_CONFIGURE= yes USE_GMAKE= yes |