diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-17 22:27:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-17 22:27:15 +0000 |
commit | 0349dd5631e05d7f56fecaa9be81c13f2504fe8b (patch) | |
tree | b475671277d9971a2a1293cecacc5efd05211202 /lang/elk | |
parent | ff014e02d31213a0a5923ef9f9f679b0544251c5 (diff) | |
download | pkgsrc-0349dd5631e05d7f56fecaa9be81c13f2504fe8b.tar.gz |
Mark as DESTDIR save and fix modular Xorg build.
Diffstat (limited to 'lang/elk')
-rw-r--r-- | lang/elk/Makefile | 4 | ||||
-rw-r--r-- | lang/elk/options.mk | 3 |
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="" |