summaryrefslogtreecommitdiff
path: root/www/asp2php
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-10-29 22:36:50 +0000
committerSteve Price <steve@FreeBSD.org>2000-10-29 22:36:50 +0000
commit0cb5303939f31ac0e4340e01f2a4b8e933e7a6da (patch)
treef003bfac08eb0cd05f9f5e5db78eda27ebf7f996 /www/asp2php
parentMake struct.h idempotent so newer compilers don't bail because the (diff)
Get this port to actually build and install gtkasp2php when HAVE_GTK
is defined.
Notes
Notes: svn path=/head/; revision=34424
Diffstat (limited to 'www/asp2php')
-rw-r--r--www/asp2php/Makefile4
1 files changed, 2 insertions, 2 deletions
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 "