diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 08:38:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 08:38:29 +0800 |
commit | 1586f8860237108261cc68a5e6e8e79e21c80b31 (patch) | |
tree | 9ea895aba8c44743b17818d766623f575ddeb4ae /mail/msmtp | |
parent | 64c6f64c77b65363934e7187fe526a07c7ea14a2 (diff) | |
download | freebsd-ports-gnome-1586f8860237108261cc68a5e6e8e79e21c80b31.tar.gz freebsd-ports-gnome-1586f8860237108261cc68a5e6e8e79e21c80b31.tar.zst freebsd-ports-gnome-1586f8860237108261cc68a5e6e8e79e21c80b31.zip |
Convert USE_GNOME=pkgconfig to USES=pkgconfig
Convert USE_GMAKE to USES=gmake
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 4a97a67eb109..f9d2204ee53f 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: msmtp -# Date created: 22 Aug 2003 -# Whom: R.I.Pienaar <rip@devco.net> -# +# Created by: R.I.Pienaar <rip@devco.net> # $FreeBSD$ -# PORTNAME= msmtp PORTVERSION= 1.4.31 @@ -17,7 +13,7 @@ LICENSE= GPLv3 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GNOME= pkgconfig +USES= pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN1= msmtp.1 |