diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-12-24 02:53:04 +0800 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-12-24 02:53:04 +0800 |
commit | cc7031966034e887efa7f83ddff3ddfb0f8612e8 (patch) | |
tree | 828f4d8bf430e9950b23aaff49a4f0a1f1e9eb87 /graphics/gif2png/Makefile | |
parent | a42efa82401dae1daf691189b455e33c7e94226c (diff) | |
download | freebsd-ports-gnome-cc7031966034e887efa7f83ddff3ddfb0f8612e8.tar.gz freebsd-ports-gnome-cc7031966034e887efa7f83ddff3ddfb0f8612e8.tar.zst freebsd-ports-gnome-cc7031966034e887efa7f83ddff3ddfb0f8612e8.zip |
Force commit to get around cvs stupidity:
ports/graphics/gif2png/files/md5 rev: 1.4 has the correct message.
Diffstat (limited to 'graphics/gif2png/Makefile')
-rw-r--r-- | graphics/gif2png/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile index 4cc4ce20ce26..4eb3c5397d24 100644 --- a/graphics/gif2png/Makefile +++ b/graphics/gif2png/Makefile @@ -1,26 +1,23 @@ # New ports collection makefile for: gif2png -# Version required: 2.0.0 +# Version required: 2.2.5 # Date created: 30 Aug 1999 # Whom: saper@system.pl # # $FreeBSD$ # -DISTNAME= gif2png-2.0.0 +DISTNAME= gif2png-2.2.5 CATEGORIES= graphics MASTER_SITES= http://www.tuxedo.org/~esr/gif2png/ MAINTAINER= saper@system.pl LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png +RUN_DEPENDS= python:${PORTSDIR}/lang/python GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" -pre-build: - mv ${WRKSRC}/web2png ${WRKSRC}/web2png_prepatch - $(SED) -e '1s#/usr/bin/python#/usr/bin/env python#' ${WRKSRC}/web2png_prepatch > ${WRKSRC}/web2png - MAN1= gif2png.1 web2png.1 .include <bsd.port.mk> |