diff options
author | wiz <wiz> | 2000-08-14 19:15:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-14 19:15:54 +0000 |
commit | 165ffb895ce76e25df85b3078ce4228341fdb3a9 (patch) | |
tree | a3d06ff07a0f280ac5919eb87fad6bf5922023e8 /graphics/opendis/Makefile | |
parent | 75a578ac08326984ccef0f529e36bbf5aabeb842 (diff) | |
download | pkgsrc-165ffb895ce76e25df85b3078ce4228341fdb3a9.tar.gz |
change commented out USE_PKGLIBTOOL
Diffstat (limited to 'graphics/opendis/Makefile')
-rw-r--r-- | graphics/opendis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/opendis/Makefile b/graphics/opendis/Makefile index 876691a238e..e8b8cff2162 100644 --- a/graphics/opendis/Makefile +++ b/graphics/opendis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/06/01 11:23:31 rh Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/14 19:15:54 wiz Exp $ DISTNAME= opendis-0.0.3 CATEGORIES= graphics @@ -7,7 +7,7 @@ MASTER_SITES= http://ods.sourceforge.net/dl/ MAINTAINER= sommerfeld@netbsd.org HOMEPAGE= http://ods.sourceforge.net/ -#USE_PKGLIBTOOL= yes +#USE_LIBTOOL= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" |