diff options
author | steve <steve@FreeBSD.org> | 2000-10-29 22:36:50 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-10-29 22:36:50 +0000 |
commit | 8623d091531e3cdb144afba537398f54d3c69e1d (patch) | |
tree | 9b18cde6c2d2a08d9a21f98e4cdee5061c8445f3 /www | |
parent | 3d2b5e3a735cdf4e19029b7b0128d53fc3546c71 (diff) | |
download | FreeBSD-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/Makefile | 4 |
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 " |