summaryrefslogtreecommitdiff
path: root/lang/elk
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-17 22:27:15 +0000
committerjoerg <joerg>2007-08-17 22:27:15 +0000
commit8637030c476cb34addbc760f9c68fa6a50fb0368 (patch)
treeb475671277d9971a2a1293cecacc5efd05211202 /lang/elk
parent199bde978f34d6132cd61e733ce8713ecfad2584 (diff)
downloadpkgsrc-8637030c476cb34addbc760f9c68fa6a50fb0368.tar.gz
Mark as DESTDIR save and fix modular Xorg build.
Diffstat (limited to 'lang/elk')
-rw-r--r--lang/elk/Makefile4
-rw-r--r--lang/elk/options.mk3
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/elk/Makefile b/lang/elk/Makefile
index 152c03b149e..311638dcc88 100644
--- a/lang/elk/Makefile
+++ b/lang/elk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2006/08/17 23:51:33 adam Exp $
+# $NetBSD: Makefile,v 1.36 2007/08/17 22:27:15 joerg Exp $
DISTNAME= elk-3.99.7
CATEGORIES= lang
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sam.zoy.org/elk/
COMMENT= Embeddable Scheme interpreter
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/lang/elk/options.mk b/lang/elk/options.mk
index 997cdaad02a..a0f155fe8de 100644
--- a/lang/elk/options.mk
+++ b/lang/elk/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2005/10/15 23:07:21 tonio Exp $
+# $NetBSD: options.mk,v 1.2 2007/08/17 22:27:15 joerg Exp $
# Global and legacy options
@@ -12,7 +12,6 @@ PKG_SUGGESTED_OPTIONS=
### x11 support
###
.if !empty(PKG_OPTIONS:Mxaw) || !empty(PKG_OPTIONS:Mmotif)
-. include "../../mk/x11.buildlink3.mk"
PLIST_SUBST+= WITHX11=""
. if !empty(PKG_OPTIONS:Mxaw)
PLIST_SUBST+= WITHXAW=""