o USE_LIBTOOL
o USE_GMAKE o whitespace
This commit is contained in:
parent
7b6a12413f
commit
94b0baa05f
1 changed files with 7 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/01/16 07:55:18 bseklecki Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2004/01/16 09:12:52 minskim Exp $
|
||||
|
||||
DISTNAME= gnome-spell-1.0.5
|
||||
CATEGORIES= textproc
|
||||
|
@ -9,9 +9,13 @@ MAINTAINER= bitbucket@netbsd.org
|
|||
HOMEPAGE= http://www.gnome.org/
|
||||
COMMENT= Spell checking as you type like gtkspell
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_BUILDLINK2= YES
|
||||
GNU_CONFIGURE= YES
|
||||
USE_BUILDLINK2= YES
|
||||
USE_PKGLOCALEDIR= YES
|
||||
USE_GMAKE= YES
|
||||
|
||||
USE_LIBTOOL= YES
|
||||
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
||||
|
||||
.include "../../devel/libbonobo/buildlink2.mk"
|
||||
.include "../../devel/libbonoboui/buildlink2.mk"
|
||||
|
|
Loading…
Reference in a new issue