diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-15 22:03:42 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-15 22:03:42 +0000 |
commit | 63f96859ce0b25a7057110abdd77cff71ff45681 (patch) | |
tree | d72ad8a21ce169d4163dc3bde69207c34ac21e0d /mail/simscan/Makefile | |
parent | 4cf78eacbab3fd0188059a00356e6e23e76e547b (diff) |
Notes
Diffstat (limited to 'mail/simscan/Makefile')
-rw-r--r-- | mail/simscan/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/simscan/Makefile b/mail/simscan/Makefile index 8e3ac81481bb..278cf18e109e 100644 --- a/mail/simscan/Makefile +++ b/mail/simscan/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: simscan -# Date created: 1 Apr 2005 -# Whom: Anton Karpov <toxa@toxahost.ru> -# +# Created by: Anton Karpov <toxa@toxahost.ru> # $FreeBSD$ -# PORTNAME= simscan PORTVERSION= 1.4.0 @@ -15,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} MAINTAINER= lippe@FreeBSD.org COMMENT= Fast Content/Anti-virus Scanner for qmail Written in C -USE_QMAIL_BUILD= yes +USES= qmail:build GNU_CONFIGURE= yes |