1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Update to 0.76.4a

PR:		36586
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Patrick Li 2002-03-31 18:09:56 +00:00
parent ff7476d1f5
commit 0edf96725d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57078
3 changed files with 18 additions and 3 deletions

View File

@ -6,13 +6,13 @@
#
PORTNAME= asp2php
PORTVERSION= 0.76.3
PORTVERSION= 0.76.4a
CATEGORIES= www
MASTER_SITES= http://home.i1.net/~naken/asp2php/
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${DISTNAME}/src
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//}/src
WANT_GTK= yes
MAKE_ENV= FLAGS="${CFLAGS}"

View File

@ -1 +1 @@
MD5 (asp2php-0.76.3.tar.gz) = 3d3da1daf4536a998d044cfa73f227c6
MD5 (asp2php-0.76.4a.tar.gz) = 3fe1f334828f597e3875e2204c80c61d

View File

@ -0,0 +1,15 @@
--- Makefile.orig Sun Mar 31 13:05:47 2002
+++ Makefile Sun Mar 31 13:06:07 2002
@@ -1,5 +1,4 @@
-CC=gcc
#FLAGS=-DDEBUG
default:
@@ -38,5 +37,5 @@
rm -f *.o
gui:
- $(CC) -o gtkasp2php gtkasp2php.c `gtk-config --cflags` `gtk-config --libs`
+ $(CC) -o gtkasp2php gtkasp2php.c `${GTK_CONFIG} --cflags` `${GTK_CONFIG} --libs`