diff options
author | Steve Price <steve@FreeBSD.org> | 2000-10-29 22:36:50 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-10-29 22:36:50 +0000 |
commit | 0cb5303939f31ac0e4340e01f2a4b8e933e7a6da (patch) | |
tree | f003bfac08eb0cd05f9f5e5db78eda27ebf7f996 /www/asp2php | |
parent | Make 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/Makefile | 4 |
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 " |