diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 16:49:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 16:49:09 +0000 |
commit | c23ef8bc8bf7d31214830bdcaa75c6018065881a (patch) | |
tree | 4a5c38c58618cc47e6b107297e7eebb1a64292be /deskutils/surrealtodo | |
parent | Bring net-mgmt/netmond back into shape. (diff) |
Convert d* to USES=zip
Notes
Notes:
svn path=/head/; revision=347405
Diffstat (limited to 'deskutils/surrealtodo')
-rw-r--r-- | deskutils/surrealtodo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/surrealtodo/Makefile b/deskutils/surrealtodo/Makefile index f3e717e5c8da..98123db0f3ab 100644 --- a/deskutils/surrealtodo/Makefile +++ b/deskutils/surrealtodo/Makefile @@ -10,7 +10,7 @@ DISTNAME= surrealtodo_v${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Surreal ToDo is an AJAX enabled web 2.0 list manager -USE_ZIP= yes +USES= zip USE_PHP+= mysql USE_MYSQL= yes NO_BUILD= yes |