diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:36:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:36:33 +0000 |
commit | c84e1cd8e6ce90aad916148ab61808a44ca8f718 (patch) | |
tree | b6591847c5cfe81fd7ab910e45c88530d0741e7c /games/briquolo | |
parent | 1640537ad67a4e7c293de8c7bd81840e57ec6928 (diff) | |
download | ports-c84e1cd8e6ce90aad916148ab61808a44ca8f718.tar.gz ports-c84e1cd8e6ce90aad916148ab61808a44ca8f718.zip |
Notes
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|' \ |