diff options
Diffstat (limited to 'games/briquolo')
-rw-r--r-- | games/briquolo/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index 4115e2617ff5..0f10e760f6e1 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: briquolo -# Date created: 18 Nov 2003 -# Whom: Kirill Ponomarew <krion@FreeBSD.org> -# +# Created by: Kirill Ponomarew <krion@FreeBSD.org> # $FreeBSD$ -# PORTNAME= briquolo PORTVERSION= 0.5.7 @@ -40,6 +36,7 @@ USES+= gettext PLIST_SUB+= NLS="" #.endif +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|png_infopp_NULL|NULL|g' \ -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \ |