diff options
Diffstat (limited to 'mail/sylpheed/Makefile')
-rw-r--r-- | mail/sylpheed/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index ee88ddffe998..fb194b6dd84f 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -7,7 +7,6 @@ PORTNAME= sylpheed PORTVERSION= 1.0.6 -PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v1.0/ \ ${MASTER_SITE_SOURCEFORGE} @@ -24,7 +23,7 @@ USE_GMAKE= yes USE_ICONV= yes USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_REINPLACE= yes NO_LATEST_LINK= yes @@ -119,9 +118,6 @@ post-patch: .endfor .endif -pre-build: - ${LN} -sf ${LIBTOOL} ${WRKSRC}/libtool - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |