diff options
-rw-r--r-- | graphics/imlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 0877cc456ca..31cff093cd9 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2000/02/12 03:24:15 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2000/02/15 16:44:54 agc Exp $ # DISTNAME= imlib-1.9.8 @@ -25,7 +25,7 @@ PLIST_SUBST+= LOCALBASE=${LOCALBASE} .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" -CPPFLAGS+= -DENABLE_NLS +CPPFLAGS= -DENABLE_NLS .endif CPPFLAGS+= -I${LOCALBASE}/include |