summaryrefslogtreecommitdiff
path: root/textproc/aspell
diff options
context:
space:
mode:
authorjlam <jlam>2007-09-06 21:51:52 +0000
committerjlam <jlam>2007-09-06 21:51:52 +0000
commit74be54d4d4df4b95f2feef29fe0d89cbbd62dbfe (patch)
treefa6905795590589ebd0b0c62593b671b65dced58 /textproc/aspell
parent61d7aab93098dd6e1a8bc722ae2f5db4901818e3 (diff)
downloadpkgsrc-74be54d4d4df4b95f2feef29fe0d89cbbd62dbfe.tar.gz
Convert all libnbcompat/buildlink3.mk references to inplace.mk.
Diffstat (limited to 'textproc/aspell')
-rw-r--r--textproc/aspell/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile
index d1c834075ed..c710bdeea22 100644
--- a/textproc/aspell/Makefile
+++ b/textproc/aspell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2007/06/10 16:03:45 rillig Exp $
+# $NetBSD: Makefile,v 1.50 2007/09/06 21:51:54 jlam Exp $
#
DISTNAME= aspell-0.60.5
@@ -28,6 +28,8 @@ CONFIGURE_ARGS+= --enable-pkgdatadir=${PREFIX}/share/aspell
CONFIGURE_ARGS+= --enable-dict-dir=${PREFIX}/lib/aspell
CONFIGURE_ENV+= gt_cv_func_gnugettext1_libintl=yes
+.include "../../mk/bsd.prefs.mk"
+
# Loadable filter currently don't work on NetBSD, see
# https://sourceforge.net/tracker/?func=detail&atid=100245&aid=1336865&group_id=245
# Disable dynamic loading of filters until it is fixed.
@@ -51,10 +53,8 @@ NOT_FOR_COMPILER= xlc
LIBS.SunOS+= -lm
-.include "../../mk/bsd.prefs.mk"
.if !empty(LOWER_OPSYS:Mirix5*)
-# needs vsnprintf() and snprintf()
-. include "../../pkgtools/libnbcompat/buildlink3.mk"
+. include "../../pkgtools/libnbcompat/inplace.mk" # {,v}snprintf()
CPPFLAGS+= -DDECLARE_VSNPRINTF -DDECLARE_SNPRINTF
# IRIX 5 has an older implementation of signal()
CPPFLAGS+= -DHAVE_OLD_SIGNAL