From 0cb5303939f31ac0e4340e01f2a4b8e933e7a6da Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 29 Oct 2000 22:36:50 +0000 Subject: Get this port to actually build and install gtkasp2php when HAVE_GTK is defined. --- www/asp2php/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/asp2php') diff --git a/www/asp2php/Makefile b/www/asp2php/Makefile index 1f05a8ad5e7b..00fe474b5eb7 100644 --- a/www/asp2php/Makefile +++ b/www/asp2php/Makefile @@ -21,8 +21,8 @@ WANT_GTK= yes .if defined(HAVE_GTK) USE_GTK= yes -ALL_TARGET+= gtkasp2php -INSTALL_TARGET+=install-gtk +ALL_TARGET= all gtkasp2php +INSTALL_TARGET= install install-gtk PLIST_SUB+= WANT_GTK="" .else PLIST_SUB+= WANT_GTK="@comment " -- cgit v1.2.3