diff options
Diffstat (limited to 'audio/espeak/Makefile')
-rw-r--r-- | audio/espeak/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/espeak/Makefile b/audio/espeak/Makefile index f008b0c433d..dd0b2e47db8 100644 --- a/audio/espeak/Makefile +++ b/audio/espeak/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/06/16 13:13:44 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2009/05/19 08:59:01 wiz Exp $ # DISTNAME= espeak-1.31-source @@ -10,6 +10,7 @@ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://espeak.sourceforge.net/ COMMENT= Speech synthesizer +#LICENSE= GPLv3 PKG_DESTDIR_SUPPORT= user-destdir @@ -17,8 +18,6 @@ USE_LANGUAGES= c++ USE_TOOLS+= gmake WRKSRC= ${WRKDIR}/espeak-1.31-source/src -#LICENSE= GPLv3 - INSTALLATION_DIRS= bin include lib share do-install: |