diff options
author | ale <ale@FreeBSD.org> | 2006-04-27 13:53:58 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-04-27 13:53:58 +0800 |
commit | 8bf89d803f4ebe3b55ccf8ab5917009cab0037bb (patch) | |
tree | 865c5ab76ed279f03959c981cf56a80d8ddb7299 | |
parent | 155d6de3cabb915537795f3f6b677fe66380cfcd (diff) | |
download | freebsd-ports-gnome-8bf89d803f4ebe3b55ccf8ab5917009cab0037bb.tar.gz freebsd-ports-gnome-8bf89d803f4ebe3b55ccf8ab5917009cab0037bb.tar.zst freebsd-ports-gnome-8bf89d803f4ebe3b55ccf8ab5917009cab0037bb.zip |
Add USE_DOS2UNIX.
-rw-r--r-- | www/php-templates/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/php-templates/Makefile b/www/php-templates/Makefile index 2789b948d6e0..b58b26789517 100644 --- a/www/php-templates/Makefile +++ b/www/php-templates/Makefile @@ -20,6 +20,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT= A template framework for PHP WRKSRC= ${WRKDIR}/templates +USE_DOS2UNIX= yes USE_PHP= yes USE_PHPIZE= yes |