diff options
Diffstat (limited to 'graphics/zimg/Makefile')
-rw-r--r-- | graphics/zimg/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/zimg/Makefile b/graphics/zimg/Makefile index e30f26475fe6..d5a1562931a3 100644 --- a/graphics/zimg/Makefile +++ b/graphics/zimg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zimg -# Date created: 20 Feb 2000 -# Whom: Will Andrews <andrews@technologist.com> -# +# Created by: Will Andrews <andrews@technologist.com> # $FreeBSD$ -# PORTNAME= zimg PORTVERSION= 5.0.0 @@ -27,4 +23,5 @@ PLIST_FILES= include/zimg.h bin/zimg CFLAGS+= -DHAVE_GD_FREETYPE +NO_STAGE= yes .include <bsd.port.mk> |