diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 06:55:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 06:55:07 +0000 |
commit | f0a8714b3a301f2ee09f07647619f7bad997f8d2 (patch) | |
tree | 2266451e8dedf72ded023f5ab6e33cb91292aa8a /deskutils/myitcrm | |
parent | d288c580620377d8da8e0314c8bda03df5971368 (diff) | |
download | ports-f0a8714b3a301f2ee09f07647619f7bad997f8d2.tar.gz ports-f0a8714b3a301f2ee09f07647619f7bad997f8d2.zip |
Notes
Diffstat (limited to 'deskutils/myitcrm')
-rw-r--r-- | deskutils/myitcrm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/myitcrm/Makefile b/deskutils/myitcrm/Makefile index 6b820ed6d997..b92f22a605bb 100644 --- a/deskutils/myitcrm/Makefile +++ b/deskutils/myitcrm/Makefile @@ -13,7 +13,7 @@ COMMENT= MyIT CRM is a CRM project designed for Computer Servicing and Repairs LICENSE= GPLv3 -USES= zip +USES= dos2unix zip USE_PHP= mysql session xml NO_BUILD= yes WRKSRC= ${WRKDIR}/MyITCRM-${PORTVERSION} @@ -24,7 +24,6 @@ PATCH_STRIP= -p1 WRITEABLE= conf.php.sample log/access.log cache PORTEXAMPLES= htaccess.txt PORTDOCS= changelog.txt README.textile -USE_DOS2UNIX= yes OPTIONS_DEFINE= APACHE PHPMOD LIGHTTPD NGINX DOCS EXAMPLES OPTIONS_DEFAULT= APACHE |