diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-08 20:26:42 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-08 20:26:42 +0000 |
commit | bfe24f17a12caedd33b4e45debaed8fcda101888 (patch) | |
tree | 9b14401fca695762fff2580c4cff341440955e12 /mail/gmime2 | |
parent | a85b8a6f9165aa954c43c270099d2673d25261f7 (diff) |
- Convert to USES=pathfix
PR: ports/178418
Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Notes
Notes:
svn path=/head/; revision=317707
Diffstat (limited to 'mail/gmime2')
-rw-r--r-- | mail/gmime2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/gmime2/Makefile b/mail/gmime2/Makefile index cd9768859d97..89a477570bde 100644 --- a/mail/gmime2/Makefile +++ b/mail/gmime2/Makefile @@ -17,8 +17,8 @@ CONFLICTS= gmime-1.0.* gmime-2.4.* SLAVEDIRS= mail/gmime2-sharp USE_GMAKE= yes -USE_GNOME?= gnomehack glib20 -USES= pkgconfig iconv +USE_GNOME?= glib20 +USES= pathfix pkgconfig iconv USE_LDCONFIG= yes GNU_CONFIGURE= yes # www.freebsd.org/cgi/query-pr.cgi?pr=118092 |