diff options
Diffstat (limited to 'devel/libhfs/Makefile')
-rw-r--r-- | devel/libhfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libhfs/Makefile b/devel/libhfs/Makefile index ad06ecebae3..bc592751423 100644 --- a/devel/libhfs/Makefile +++ b/devel/libhfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/16 14:38:36 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/06/11 06:34:28 jlam Exp $ # DISTNAME= hfsutils-3.2.6 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.mars.org/home/rob/proj/hfs/ COMMENT= library for accessing HFS (Apple Macintosh) volumes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS=-I./ +CPPFLAGS= -I. USE_LIBTOOL= yes |