diff options
-rw-r--r-- | graphics/giflib/Makefile | 1 | ||||
-rw-r--r-- | graphics/png/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index 2db130090a03..47233fb42796 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -12,6 +12,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Tools and library routines for working with GIF images CONFLICTS= libungif-[0-9]* +PORTSCOUT= limit:^4\. USE_BZIP2= yes USE_AUTOTOOLS= libtool diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 9777a6d74d3d..06983cab8bd2 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -12,6 +12,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Library for manipulating PNG images MAKE_JOBS_SAFE= yes +PORTSCOUT= limit:^1\.5\. USE_XZ= yes GNU_CONFIGURE= yes |