diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 08:44:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 08:44:34 +0000 |
commit | 1e279835ef6ba3461c85f942997cf0423932931d (patch) | |
tree | 895a08167365c2b2a5b2fc16ab943f11deef341b /graphics/pear-Image_Graph/Makefile | |
parent | 70aa826515fc2aa303c3f241335701add506bb58 (diff) |
Convert to USES=dos2unix
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=355288
Diffstat (limited to 'graphics/pear-Image_Graph/Makefile')
-rw-r--r-- | graphics/pear-Image_Graph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pear-Image_Graph/Makefile b/graphics/pear-Image_Graph/Makefile index c4c779e4aeac..a70bab2e557e 100644 --- a/graphics/pear-Image_Graph/Makefile +++ b/graphics/pear-Image_Graph/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ PEAR_AUTOINSTALL= yes USE_PHP= yes -USE_DOS2UNIX= yes +USES= dos2unix DOS2UNIX_REGEX= .*php$$ DEFAULT_PHP_VER= 5 |