diff options
author | jlam <jlam> | 2001-09-26 20:27:05 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-09-26 20:27:05 +0000 |
commit | a183a8d66ccaa7e8e7c410b29ad80031017c6e86 (patch) | |
tree | 5c9e948b2dc908280b4025349d5995d03f7630cc /mail/elm-me/Makefile | |
parent | 82f826ac932e9c52c7cd1530d62d5fff3293cad4 (diff) | |
download | pkgsrc-a183a8d66ccaa7e8e7c410b29ad80031017c6e86.tar.gz |
Add our LDFLAGS to the link command so that -lintl can be resolved to the
correct library at link-time and at run-time. Also, mark this package as
USE_BUILDLINK_ONLY. This fixes the problem noted in pkg/13901 by Tim
Preston <tim@flibble.org>.
Diffstat (limited to 'mail/elm-me/Makefile')
-rw-r--r-- | mail/elm-me/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/elm-me/Makefile b/mail/elm-me/Makefile index db0ee206e03..aa50a2875b1 100644 --- a/mail/elm-me/Makefile +++ b/mail/elm-me/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/08/01 15:59:44 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/09/26 20:27:05 jlam Exp $ # FreeBSD: Makefile,v 1.42 1997/12/24 01:21:07 alex Exp # @@ -15,7 +15,8 @@ COMMENT= ELM Mail User Agent with ME extensions CONFLICTS= elm-* -HAS_CONFIGURE= Yes +USE_BUILDLINK_ONLY= YES +HAS_CONFIGURE= YES CONFIGURE_SCRIPT= ksh ./Configure CONFIGURE_ENV= PREFIX="${PREFIX}" RUN_AS_BATCH=yes CONFIGURE_ARGS= -S |