diff options
author | abs <abs@pkgsrc.org> | 2009-12-17 19:18:35 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-12-17 19:18:35 +0000 |
commit | 6ee9da4507d920ac08e55efb807752bfd4ce5da0 (patch) | |
tree | 119cc0446cde06e3517d1915269545482e200b8f /x11 | |
parent | d50219f0270193e883f3644d02d8d587d7a36a46 (diff) | |
download | pkgsrc-6ee9da4507d920ac08e55efb807752bfd4ce5da0.tar.gz |
PKG_DESTDIR_SUPPORT
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lablgtk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/lablgtk/Makefile b/x11/lablgtk/Makefile index 158c6d32034..480b070b8e4 100644 --- a/x11/lablgtk/Makefile +++ b/x11/lablgtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2009/09/11 14:22:07 tonio Exp $ +# $NetBSD: Makefile,v 1.37 2009/12/17 19:20:05 abs Exp $ # DISTNAME= lablgtk-2.12.0 @@ -21,6 +21,8 @@ BUILDLINK_DEPMETHOD.ocaml= full CONFLICTS= lablgtk2-2.*{,nb*} +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bsd.prefs.mk" # Stub libraries for functions missing from base system. |