diff options
author | jmmv <jmmv@pkgsrc.org> | 2002-12-26 21:09:11 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2002-12-26 21:09:11 +0000 |
commit | 7e33ff07a8a678d1b7cb395bb427884c362086f9 (patch) | |
tree | db972c6583273effdae45b5e2080da20bfa8bdce /mail/sylpheed-claws | |
parent | 06aea285aff5034b1a61bc8abc56b7068ffa79f0 (diff) | |
download | pkgsrc-7e33ff07a8a678d1b7cb395bb427884c362086f9.tar.gz |
Avoid detection of GNOME as we are currently not depending on it. If it is
detected, some extra files are installed. Addresses problems found in
Hubert's bulk build.
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 3 | ||||
-rw-r--r-- | mail/sylpheed-claws/PLIST | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 5661e31f863..6ca8cea425a 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/12/08 00:15:22 chris Exp $ +# $NetBSD: Makefile,v 1.10 2002/12/26 21:09:11 jmmv Exp $ DISTNAME= sylpheed-0.8.6claws PKGNAME= sylpheed-claws-0.8.6 @@ -20,6 +20,7 @@ USE_X11BASE= yes USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="no" CONFIGURE_ARGS+= --enable-nls CONFIGURE_ARGS+= --enable-ssl CONFIGURE_ARGS+= --enable-gpgme diff --git a/mail/sylpheed-claws/PLIST b/mail/sylpheed-claws/PLIST index be6663936d2..707bf619c50 100644 --- a/mail/sylpheed-claws/PLIST +++ b/mail/sylpheed-claws/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.5 2002/10/27 13:44:45 grant Exp $ +@comment $NetBSD: PLIST,v 1.6 2002/12/26 21:09:12 jmmv Exp $ bin/sylpheed man/man1/sylpheed.1 -share/gnome/apps/Internet/sylpheed.desktop ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/sylpheed.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/sylpheed.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/sylpheed.mo @@ -19,7 +18,6 @@ ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/sylpheed.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/sylpheed.mo ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/sylpheed.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/sylpheed.mo -share/pixmaps/sylpheed.png share/sylpheed/faq/de/sylpheed-faq-1.html share/sylpheed/faq/de/sylpheed-faq-2.html share/sylpheed/faq/de/sylpheed-faq-3.html |