diff options
author | shaun <shaun@FreeBSD.org> | 2007-01-26 23:46:46 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2007-01-26 23:46:46 +0800 |
commit | 5f9db5390dca4caa196fd441af44374ae78874c7 (patch) | |
tree | 75c4d28dbf2ea0548df2ecfae3a398503a3b8bfa /print | |
parent | 064f14c05a3681a324855837e91080358312b4fe (diff) | |
download | freebsd-ports-gnome-5f9db5390dca4caa196fd441af44374ae78874c7.tar.gz freebsd-ports-gnome-5f9db5390dca4caa196fd441af44374ae78874c7.tar.zst freebsd-ports-gnome-5f9db5390dca4caa196fd441af44374ae78874c7.zip |
- Add PORTSCOUT variable.
- Tweak IGNORE message to make portlint happier.
Diffstat (limited to 'print')
-rw-r--r-- | print/freetype/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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: |