diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /mail/sylpheed | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'mail/sylpheed')
-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} |