summaryrefslogtreecommitdiff
path: root/comms/jpilot
diff options
context:
space:
mode:
authoritojun <itojun>2000-11-08 17:47:14 +0000
committeritojun <itojun>2000-11-08 17:47:14 +0000
commit382cc5c1d6aef5844a10bd41ace71eb269f2d0b5 (patch)
tree7ae4f18855f464aeec8fa42f2a01a0e980ab3854 /comms/jpilot
parent2cd26a9ace295eb9492795cb86c09396d5607716 (diff)
downloadpkgsrc-382cc5c1d6aef5844a10bd41ace71eb269f2d0b5.tar.gz
properly BUILD_DEPEND on gettext. add USE_LIBINTL.
workaround gettext.m4 bug.
Diffstat (limited to 'comms/jpilot')
-rw-r--r--comms/jpilot/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile
index 0d77e49dc03..0d9f885f9fc 100644
--- a/comms/jpilot/Makefile
+++ b/comms/jpilot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2000/11/08 13:15:38 tron Exp $
+# $NetBSD: Makefile,v 1.10 2000/11/08 17:47:14 itojun Exp $
#
DISTNAME= jpilot-0.98.1
@@ -8,17 +8,21 @@ MASTER_SITES= http://jpilot.linuxave.net/
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://jpilot.linuxave.net/
+BUILD_DEPENDS+= msgfmt:../../devel/gettext
DEPENDS+= gtk+>=1.2.0:../../x11/gtk
DEPENDS+= pilot-link>=0.9.3:../../comms/pilot-link
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_X11= YES
+USE_LIBINTL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
EVAL_PREFIX+= GTKDIR=gtk+
CONFIGURE_ARGS+= --with-gtk-prefix="${GTKDIR}"
CONFIGURE_ARGS+= --with-pilot-prefix=${LOCALBASE}
+# workaround gettext.m4 bug - may have bad sideeffect
+CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lintl"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/jpilot/plugins