diff options
author | linimon <linimon@FreeBSD.org> | 2007-02-27 13:40:01 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-02-27 13:40:01 +0800 |
commit | 00ebbaf37d01d9d29509d689710dd506fb02b175 (patch) | |
tree | 91932c96732d89fcce0b0445bbc231af043a9869 /graphics | |
parent | be631536b9b62049a7c357e84bef9bd803c79079 (diff) | |
download | freebsd-ports-graphics-00ebbaf37d01d9d29509d689710dd506fb02b175.tar.gz freebsd-ports-graphics-00ebbaf37d01d9d29509d689710dd506fb02b175.tar.zst freebsd-ports-graphics-00ebbaf37d01d9d29509d689710dd506fb02b175.zip |
Reset cartola@openit.com.br due to maintainer-timeouts. While here,
remove 4.X cruft.
Hat: portmgr
Diffstat (limited to 'graphics')
-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 b1f9b0f94dc..f73b36d1281 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> |