diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-05-09 06:23:36 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-05-09 06:23:36 +0800 |
commit | fc90172229654062d9c194c9c5aff5c1f6e170c4 (patch) | |
tree | e31f4ae25c5a82deffa64d018051e7b51f0f7676 /mail | |
parent | ae7c7e5fce192aac42b449c110f988db4ba4ff0a (diff) | |
download | freebsd-ports-gnome-fc90172229654062d9c194c9c5aff5c1f6e170c4.tar.gz freebsd-ports-gnome-fc90172229654062d9c194c9c5aff5c1f6e170c4.tar.zst freebsd-ports-gnome-fc90172229654062d9c194c9c5aff5c1f6e170c4.zip |
- Convert to USES=pathfix
PR: ports/178420
Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gmime24/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/gmime24/Makefile b/mail/gmime24/Makefile index 501fbedf66d8..3e12f6a97a25 100644 --- a/mail/gmime24/Makefile +++ b/mail/gmime24/Makefile @@ -19,8 +19,8 @@ SLAVEDIRS= mail/gmime2-sharp DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}24 USE_GMAKE= yes -USE_GNOME?= gnomehack glib20 -USES= pkgconfig iconv +USE_GNOME?= glib20 +USES= pathfix pkgconfig iconv USE_LDCONFIG= yes USE_XZ= yes GNU_CONFIGURE= yes |