diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-04-12 14:49:58 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-04-12 14:49:58 +0000 |
commit | 302b370ebabe1feba29630964040ba4ebd5f5ee5 (patch) | |
tree | 749cc007c976f73fc5c7708fd1c36007ab939ee7 /graphics/netpbm | |
parent | 3515f72067da6da32c043aaf6aeb8531a736ee14 (diff) |
Notes
Diffstat (limited to 'graphics/netpbm')
-rw-r--r-- | graphics/netpbm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 10aa8d23dfb9..540954226745 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -38,6 +38,9 @@ MAKE_ENV= CC="${CC}" LN="${LN}" RANLIB="${RANLIB}" MAKEFILE= GNUmakefile INSTALL_TARGET= install.bin install.lib install.data install-dev USE_LDCONFIG= yes +.if !defined(WITH_NETPBM_DEVEL) +PORTSCOUT= limit:^1\.26\. +.endif MAN1= netpbm.1 |