diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-29 19:38:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-29 19:38:25 +0800 |
commit | 449b27f75a36cee7179243c9941295dd503a9f8e (patch) | |
tree | c4ade48be40a9e1bcd60b5ccb3984e76b56d5ac1 /mail/synonym | |
parent | b6954546e02955ee011200a2d5d193a744be3df2 (diff) | |
download | freebsd-ports-gnome-449b27f75a36cee7179243c9941295dd503a9f8e.tar.gz freebsd-ports-gnome-449b27f75a36cee7179243c9941295dd503a9f8e.tar.zst freebsd-ports-gnome-449b27f75a36cee7179243c9941295dd503a9f8e.zip |
- Convert gmake to USES
Approved by: portmgr
Diffstat (limited to 'mail/synonym')
-rw-r--r-- | mail/synonym/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/synonym/Makefile b/mail/synonym/Makefile index 820787897158..281463d165b4 100644 --- a/mail/synonym/Makefile +++ b/mail/synonym/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-0.4-3 MAINTAINER= ports@FreeBSD.org COMMENT= Synonym, the email message archiver -USE_GMAKE= yes +USES= gmake USE_GNOME= libxml2 WRKSRC= ${WRKDIR}/${PORTNAME}-0.4 |