diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 00:45:58 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 00:45:58 +0800 |
commit | 033d92e77ae18eb45aaaa08cf1b4037bb1536ad0 (patch) | |
tree | 07c99aa739c6b74a8b8c37fee0caed1e65bb175c /mail | |
parent | 7acdfd231b879eab1e859a7cbbd62e2a1231bc05 (diff) | |
download | freebsd-ports-gnome-033d92e77ae18eb45aaaa08cf1b4037bb1536ad0.tar.gz freebsd-ports-gnome-033d92e77ae18eb45aaaa08cf1b4037bb1536ad0.tar.zst freebsd-ports-gnome-033d92e77ae18eb45aaaa08cf1b4037bb1536ad0.zip |
Add explicit dependency on pkgconf (18 ports)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wmmaiload/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/wmmaiload/Makefile b/mail/wmmaiload/Makefile index c6e6ec62c8d0..03351f43843c 100644 --- a/mail/wmmaiload/Makefile +++ b/mail/wmmaiload/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmmaiload -# Date created: Sat Sep 21 01:48:10 EDT 2002 -# Whom: pat -# +# Created by: pat # $FreeBSD$ -# PORTNAME= wmmaiload PORTVERSION= 2.2.1 @@ -14,9 +10,9 @@ MASTER_SITES= http://tnemeth.free.fr/projets/programmes/ MAINTAINER= ports@FreeBSD.org COMMENT= Incoming mail monitor dockapp with a similar look to wmcpuload +USES= gmake pkgconfig USE_XORG= xpm USE_OPENSSL= yes -USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} MAKE_ARGS= CC="${CC}" \ |