diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-02-27 05:40:01 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-02-27 05:40:01 +0000 |
commit | f0dac7f494f5d1bcf6cefd6f525828ae82327a5d (patch) | |
tree | 21b4af0d1de19605ed5621e0e40741b9914bf6a3 /graphics/enblend | |
parent | 3b91f8341f73320e297dd78721a88b0d4e465015 (diff) |
Notes
Diffstat (limited to 'graphics/enblend')
-rw-r--r-- | graphics/enblend/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index b1f9b0f94dc1..f73b36d1281d 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -11,7 +11,7 @@ CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= cartola@openit.com.br +MAINTAINER= ports@FreeBSD.org COMMENT= Image Blending with Multiresolution Splines. For panorama images, etc LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ @@ -26,10 +26,4 @@ USE_GETOPT_LONG=yes PLIST_FILES= bin/enblend MAN1= enblend.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |