From 5f9db5390dca4caa196fd441af44374ae78874c7 Mon Sep 17 00:00:00 2001 From: shaun Date: Fri, 26 Jan 2007 15:46:46 +0000 Subject: - Add PORTSCOUT variable. - Tweak IGNORE message to make portlint happier. --- print/freetype/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'print') diff --git a/print/freetype/Makefile b/print/freetype/Makefile index e954d455aaec..2e979cde72ce 100644 --- a/print/freetype/Makefile +++ b/print/freetype/Makefile @@ -24,8 +24,10 @@ USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared +PORTSCOUT= limit:^1\. + .ifdef USE_FREETYPE -IGNORE= Cannot install: you have the `USE_FREETYPE' variable defined either in environment or in make(1) arguments. Please undefine and try again +IGNORE= cannot be installed: you have the 'USE_FREETYPE' variable defined either in environment or in make(1) arguments. Please undefine and try again .endif post-patch: -- cgit