Force the package to use external gettext

Fix link problem with gettext under darwin
Update maintainer address

bump PKGREVISION
This commit is contained in:
tonio 2005-09-13 21:21:12 +00:00
parent dde0aa7988
commit bc6d549925
3 changed files with 21 additions and 8 deletions

View file

@ -1,17 +1,21 @@
# $NetBSD: Makefile,v 1.3 2005/08/10 20:56:25 jlam Exp $
# $NetBSD: Makefile,v 1.4 2005/09/13 21:21:12 tonio Exp $
#
DISTNAME= selectwm-0.4.1
PKGREVISION= 1
CATEGORIES= wm
MASTER_SITES= http://ordiluc.net/selectwm/
MAINTAINER= reilles@loria.fr
MAINTAINER= tonio@NetBSD.org
HOMEPAGE= http://ordiluc.net/selectwm/
COMMENT= Simple GTK2 application to select window manager
USE_TOOLS+= pkg-config
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-included-gettext
.include "../../x11/gtk2/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.1.1.1 2005/04/15 12:42:40 agc Exp $
$NetBSD: distinfo,v 1.2 2005/09/13 21:21:12 tonio Exp $
SHA1 (selectwm-0.4.1.tar.gz) = a4688afb9a286dae4794f297b97891008afcdeab
RMD160 (selectwm-0.4.1.tar.gz) = d16a8497f39b12e8578b0d28f64cc8f7b1031958
Size (selectwm-0.4.1.tar.gz) = 209754 bytes
SHA1 (patch-aa) = 2e3806e5c408bbc6891acc42399d24abc3a01f8b
SHA1 (patch-ab) = 454186d904324d1834e40609933a6fd0c9e03d62
SHA1 (patch-ab) = a6441f722158685d78e6bffafd182ed9bff04091

View file

@ -1,4 +1,4 @@
$NetBSD: patch-ab,v 1.1.1.1 2005/04/15 12:42:40 agc Exp $
$NetBSD: patch-ab,v 1.2 2005/09/13 21:21:12 tonio Exp $
--- src/Makefile.in 2005/04/15 11:18:17 1.1
+++ src/Makefile.in 2005/04/15 11:20:21
@ -11,3 +11,12 @@ $NetBSD: patch-ab,v 1.1.1.1 2005/04/15 12:42:40 agc Exp $
CYGPATH_W = @CYGPATH_W@
DATADIRNAME = @DATADIRNAME@
DEFS = @DEFS@
@@ -180,7 +180,7 @@ am_selectwm_OBJECTS = selectwm.$(OBJEXT)
selectwm_OBJECTS = $(am_selectwm_OBJECTS)
selectwm_LDADD = $(LDADD)
selectwm_DEPENDENCIES =
-selectwm_LDFLAGS =
+selectwm_LDFLAGS = $(LTLIBINTL)
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp