diff options
author | asami <asami@FreeBSD.org> | 1998-02-25 18:13:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-02-25 18:13:00 +0800 |
commit | d8178394154c1535a45d38e1a506b735fc483cbe (patch) | |
tree | 1c799d634a6e3d452f1a06e60534af4118cb0d8c | |
parent | 1386dbf0cc8fa49aa523b8ccae25a40c74b10a8e (diff) | |
download | freebsd-ports-graphics-d8178394154c1535a45d38e1a506b735fc483cbe.tar.gz freebsd-ports-graphics-d8178394154c1535a45d38e1a506b735fc483cbe.tar.zst freebsd-ports-graphics-d8178394154c1535a45d38e1a506b735fc483cbe.zip |
Back out previous commit. MOTIF_STATIC is a user variable (defined by
people building packages, i.e., jseger/obrien and me), and is not
for ports Makefile's uses.
-rw-r--r-- | deskutils/xopps/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/xopps/Makefile b/deskutils/xopps/Makefile index 5be582bea95..158662fcf6c 100644 --- a/deskutils/xopps/Makefile +++ b/deskutils/xopps/Makefile @@ -3,7 +3,7 @@ # Date created: 1 Ag 1997 # Whom: Pedro Giffuni (orig) # -# $Id: Makefile,v 1.1.1.1 1997/07/31 08:18:36 tg Exp $ +# $Id: Makefile,v 1.2 1998/02/22 14:58:36 andreas Exp $ # DISTNAME= xopps.1.13 @@ -16,7 +16,6 @@ MAINTAINER= ports@FreeBSD.org ALL_TARGET= USE_X11= yes REQUIRES_MOTIF= yes -MOTIF_STATIC= yes MACH= FreeBSD MAKE_ENV= 'MACH=$(MACH)' |