diff options
author | joerg <joerg@pkgsrc.org> | 2008-09-10 16:01:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-09-10 16:01:52 +0000 |
commit | da1ed6e5b5ae8bc977e81b62990eabcf2460637d (patch) | |
tree | ad895b250d9ee8b1b0fd2450a0f89990e0f7c3e4 /mk | |
parent | d74df892a2693b244c4487e26c142720db6223e1 (diff) | |
download | pkgsrc-da1ed6e5b5ae8bc977e81b62990eabcf2460637d.tar.gz |
Add MOTIF_TYPE and MOTIF_BASE to BUILD_DEFS.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/motif.buildlink3.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/motif.buildlink3.mk b/mk/motif.buildlink3.mk index de1b2ff182e..5685f55d0ca 100644 --- a/mk/motif.buildlink3.mk +++ b/mk/motif.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: motif.buildlink3.mk,v 1.11 2006/11/06 11:29:38 joerg Exp $ +# $NetBSD: motif.buildlink3.mk,v 1.12 2008/09/10 16:01:52 joerg Exp $ # # Package-settable variables: # @@ -21,6 +21,8 @@ MOTIF_BUILDLINK3_MK= # defined .include "../../mk/bsd.prefs.mk" +BUILD_DEFS+= MOTIF_TYPE MOTIF_BASE + # # If /usr/dt is a valid Motif-2.0 installation, then use it. Otherwise, # check to see if a pkgsrc Motif-2.0 is installed and valid, then use it. |