diff options
author | novel <novel@FreeBSD.org> | 2012-02-18 13:08:23 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2012-02-18 13:08:23 +0800 |
commit | 2b3be023493bf87fe4944316e17ff096c9a2ee88 (patch) | |
tree | 484113e07993f627c50e7c9e4deb4521e054dec8 /mail/msmtp/Makefile | |
parent | d3763887741bd9e189058b9e72552d5859a49c74 (diff) | |
download | freebsd-ports-gnome-2b3be023493bf87fe4944316e17ff096c9a2ee88.tar.gz freebsd-ports-gnome-2b3be023493bf87fe4944316e17ff096c9a2ee88.tar.zst freebsd-ports-gnome-2b3be023493bf87fe4944316e17ff096c9a2ee88.zip |
- Add missing pkgconfig dependency
- Bump PORTREVISION
PR: 164792
Submitted by: Stefan Krüger <stadtkind2@gmx.de>
Diffstat (limited to 'mail/msmtp/Makefile')
-rw-r--r-- | mail/msmtp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 706def19ac7c..eb8eb85cedbb 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -7,6 +7,7 @@ PORTNAME= msmtp PORTVERSION= 1.4.27 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -17,6 +18,7 @@ LICENSE= GPLv3 USE_BZIP2= yes GNU_CONFIGURE= yes +USE_GNOME= pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN1= msmtp.1 |