diff options
author | jlam <jlam@pkgsrc.org> | 2002-04-17 02:54:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-04-17 02:54:00 +0000 |
commit | b2ccdc84be7704f733a1bce6cfa305efa69571b2 (patch) | |
tree | 494b89464173883e637796348955e35950600ba6 | |
parent | 194065a049f66abafd6969438270be41d98cde54 (diff) | |
download | pkgsrc-b2ccdc84be7704f733a1bce6cfa305efa69571b2.tar.gz |
Explicitly set USE_X11BASE as this package installs an app-defaults file.
-rw-r--r-- | graphics/tcm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tcm/Makefile b/graphics/tcm/Makefile index 1387e5981dc..690266fab61 100644 --- a/graphics/tcm/Makefile +++ b/graphics/tcm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/10/24 22:11:02 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2002/04/17 02:54:00 jlam Exp $ DISTNAME= tcm-2.01.src PKGNAME= tcm-2.01 @@ -12,6 +12,7 @@ COMMENT= TCM - Toolkit for Conceptual Modeling WRKSRC= ${WRKDIR}/tcm-2.01/src USE_BUILDLINK_ONLY= YES +USE_X11BASE= YES # These two variables denote where the installed location of the libraries # are located. |