diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/asp2php/Makefile | 4 | ||||
-rw-r--r-- | www/asp2php/distinfo | 2 | ||||
-rw-r--r-- | www/asp2php/files/patch-Makefile | 15 |
3 files changed, 18 insertions, 3 deletions
diff --git a/www/asp2php/Makefile b/www/asp2php/Makefile index b8fb4866451a..27b8c4aadd4c 100644 --- a/www/asp2php/Makefile +++ b/www/asp2php/Makefile @@ -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}" diff --git a/www/asp2php/distinfo b/www/asp2php/distinfo index d8099d66bd01..15d25be00bc1 100644 --- a/www/asp2php/distinfo +++ b/www/asp2php/distinfo @@ -1 +1 @@ -MD5 (asp2php-0.76.3.tar.gz) = 3d3da1daf4536a998d044cfa73f227c6 +MD5 (asp2php-0.76.4a.tar.gz) = 3fe1f334828f597e3875e2204c80c61d diff --git a/www/asp2php/files/patch-Makefile b/www/asp2php/files/patch-Makefile new file mode 100644 index 000000000000..ae1664367e99 --- /dev/null +++ b/www/asp2php/files/patch-Makefile @@ -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` + |