diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-02-25 10:13:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-02-25 10:13:00 +0000 |
commit | 5a136a637dfba358721ee1a3becf0da5b6502157 (patch) | |
tree | dcae6672218d4a00644851455ea466018a6832d9 /deskutils/xopps | |
parent | Mark this port broken, doesn't package. (diff) |
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.
Diffstat (limited to 'deskutils/xopps')
-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 5be582bea953..158662fcf6ce 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)' |