diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-14 17:21:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-14 17:21:32 +0000 |
commit | ec993afa1a03c673838b24572cfaae5ebd9fb235 (patch) | |
tree | f363875d965b55b56e856a921189b2693e263e28 /mail/sylpheed-claws | |
parent | 12db50c706ca0bcbc78542f31d7719bf81af8ece (diff) | |
download | pkgsrc-ec993afa1a03c673838b24572cfaae5ebd9fb235.tar.gz |
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 3 | ||||
-rw-r--r-- | mail/sylpheed-claws/plugins.mk | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 454778a0610..994ea6dbf98 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2004/01/13 13:03:46 adam Exp $ +# $NetBSD: Makefile,v 1.28 2004/02/14 17:21:44 jlam Exp $ # .include "Makefile.common" @@ -12,7 +12,6 @@ CONFLICTS= sylpheed-[0-9]* sylpheed-gtk2-[0-9]* BUILD_USES_MSGFMT= YES USE_PKGINSTALL= YES -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE+= ${WRKSRC}/sylpheed-claws.pc.in CONFIGURE_ARGS+= --enable-aspell diff --git a/mail/sylpheed-claws/plugins.mk b/mail/sylpheed-claws/plugins.mk index 0fe13140ab5..4c1376fd01f 100644 --- a/mail/sylpheed-claws/plugins.mk +++ b/mail/sylpheed-claws/plugins.mk @@ -1,4 +1,4 @@ -# $NetBSD: plugins.mk,v 1.1 2004/01/01 21:39:02 cube Exp $ +# $NetBSD: plugins.mk,v 1.2 2004/02/14 17:21:44 jlam Exp $ # .include "../../mail/sylpheed-claws/Makefile.common" @@ -10,7 +10,7 @@ CONFIGURE_DIRS= ${WRKDIR}/${DISTNAME} DEPENDS+= sylpheed-claws>=${SYLPHEED_VERSION}:../../mail/sylpheed-claws -LIBTOOL_OVERRIDE= ${WRKDIR}/${DISTNAME}/libtool +LIBTOOL_OVERRIDE= ../../../libtool CONFIGURE_ARGS+= --disable-aspell CONFIGURE_ARGS+= --disable-nls |