summaryrefslogtreecommitdiff
path: root/graphics/magicpoint/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-07-27 08:13:11 +0000
committerjlam <jlam@pkgsrc.org>2000-07-27 08:13:11 +0000
commit3766eb2f73da3c05f38813a7cfaa456ea0a942cf (patch)
tree7990b563d905794e3d7754758b360acdafbf93ff /graphics/magicpoint/Makefile
parent8a859b39a4a9ba8f91ab214e704ebd82c31f4d7c (diff)
downloadpkgsrc-3766eb2f73da3c05f38813a7cfaa456ea0a942cf.tar.gz
Remove unnecessary patch, and pass in -lintl in another way.
Diffstat (limited to 'graphics/magicpoint/Makefile')
-rw-r--r--graphics/magicpoint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/magicpoint/Makefile b/graphics/magicpoint/Makefile
index 3a26516bdba..7055f6bdecd 100644
--- a/graphics/magicpoint/Makefile
+++ b/graphics/magicpoint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2000/06/15 05:57:56 itojun Exp $
+# $NetBSD: Makefile,v 1.16 2000/07/27 08:13:11 jlam Exp $
DISTNAME= magicpoint-1.07a
CATEGORIES= x11 graphics
@@ -16,7 +16,7 @@ GNU_CONFIGURE= yes
USE_IMAKE= yes
CONFIGURE_ARGS= --disable-vflib --enable-freetype-charset16 \
--enable-locale
-MAKE_ENV+= LOCAL_LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV+= LIBS="-lintl" # needed so -lttf works
# We need to perform the steps normally done by ``xmkmf -a'' since some
# files need to be created before ``make depend''.