diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-03-29 07:50:14 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-03-29 07:50:14 +0000 |
commit | 0938d81904f8d9e7e6de43e9841f061cdb70a3b1 (patch) | |
tree | 31fde1985b9cec3f3b03d7313abc86f176cef402 /x11-toolkits/open-motif | |
parent | 3054f9a583100a7152e316ba207297d947235d2f (diff) | |
download | ports-0938d81904f8d9e7e6de43e9841f061cdb70a3b1.tar.gz ports-0938d81904f8d9e7e6de43e9841f061cdb70a3b1.zip |
Notes
Diffstat (limited to 'x11-toolkits/open-motif')
-rw-r--r-- | x11-toolkits/open-motif/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile index bd91c99d1cee..fe18be5a061e 100644 --- a/x11-toolkits/open-motif/Makefile +++ b/x11-toolkits/open-motif/Makefile @@ -3,7 +3,7 @@ # Date created: 5 December 1994 # Whom: asami # -# $Id: Makefile,v 1.1 1998/12/28 13:00:56 asami Exp $ +# $Id: Makefile,v 1.2 1999/02/13 01:40:35 asami Exp $ # DISTNAME= Motif-2.1.10 @@ -14,5 +14,8 @@ USE_X_PREFIX= yes NO_BUILD= yes NO_INSTALL= yes IS_INTERACTIVE= yes +.if !defined(PACKAGE_BUILDING) +FORBIDDEN= this is a dummy package for installing Motif dependencies +.endif .include <bsd.port.mk> |