summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2010-07-20 09:56:50 +0000
committermarkd <markd@pkgsrc.org>2010-07-20 09:56:50 +0000
commite2007d8810bee4b81d6706b9f906e14915302a93 (patch)
tree94dec9ac1e6edaecb971ca138e5814fe34e94132 /editors
parentdaff6b5d16bc9749bf2fa14de8df61c20d2fd2cd (diff)
downloadpkgsrc-e2007d8810bee4b81d6706b9f906e14915302a93.tar.gz
s/with-motif/with-MOTIF/ - make sure motif is selected.
Diffstat (limited to 'editors')
-rw-r--r--editors/ted/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile
index 62c6fe48701..ffb6a6e2053 100644
--- a/editors/ted/Makefile
+++ b/editors/ted/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2010/06/14 09:55:04 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2010/07/20 09:56:50 markd Exp $
DISTNAME= ted-2.21.src
PKGNAME= ${DISTNAME:S/.src//}
@@ -35,7 +35,7 @@ CONFIGURE_ENV+= ac_xpm_libraries="${BUILDLINK_PREFIX.libXpm}/lib"
CONFIGURE_ENV+= ac_zlib_includes="${BUILDLINK_PREFIX.zlib}/include"
CONFIGURE_ENV+= ac_zlib_libraries="${BUILDLINK_PREFIX.zlib}/lib"
-MAKE_FLAGS+= CONFIGURE_OPTIONS=--x-libraries=${X11BASE}/lib\ --with-motif
+MAKE_FLAGS+= CONFIGURE_OPTIONS=--x-libraries=${X11BASE}/lib\ --with-MOTIF
MAKE_ENV+= ${CONFIGURE_ENV}
MAKE_ENV+= DEF_PKGDIR='-DPKGDIR=\"${PREFIX}\"' \