summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-10-29 22:36:50 +0000
committersteve <steve@FreeBSD.org>2000-10-29 22:36:50 +0000
commit8623d091531e3cdb144afba537398f54d3c69e1d (patch)
tree9b18cde6c2d2a08d9a21f98e4cdee5061c8445f3 /www
parent3d2b5e3a735cdf4e19029b7b0128d53fc3546c71 (diff)
downloadFreeBSD-ports-8623d091531e3cdb144afba537398f54d3c69e1d.zip
FreeBSD-ports-8623d091531e3cdb144afba537398f54d3c69e1d.tar.gz
Get this port to actually build and install gtkasp2php when HAVE_GTK
is defined.
Diffstat (limited to 'www')
-rw-r--r--www/asp2php/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/asp2php/Makefile b/www/asp2php/Makefile
index 1f05a8a..00fe474 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 "
OpenPOWER on IntegriCloud