diff options
-rw-r--r-- | editors/asedit/Makefile | 8 | ||||
-rw-r--r-- | editors/asedit/files/patch-aa | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/asedit/Makefile b/editors/asedit/Makefile index f8146d0..1da06d3 100644 --- a/editors/asedit/Makefile +++ b/editors/asedit/Makefile @@ -4,17 +4,17 @@ # # Whom: Andreas Kohout <shanee@rabbit.augusta.de> # -# $Id: Makefile,v 1.1.1.1 1996/08/08 15:01:56 jmz Exp $ +# $Id: Makefile,v 1.2 1996/08/08 16:49:40 jkh Exp $ # + DISTNAME= asedit-1.3.2 -CATEGORIES= editors x11 +CATEGORIES= editors MASTER_SITES= ftp://ftp.x.org/contrib/editors/ EXTRACT_SUFX= .tar.Z MAINTAINER= shanee@rabbit.augusta.de -#REQUIRES_MOTIF= yes -USE_X11= yes +REQUIRES_MOTIF= yes USE_IMAKE= yes XMKMF= xmkmf diff --git a/editors/asedit/files/patch-aa b/editors/asedit/files/patch-aa index d5db452..3401e25 100644 --- a/editors/asedit/files/patch-aa +++ b/editors/asedit/files/patch-aa @@ -13,7 +13,7 @@ LOCAL_X_LIBDIR = -! XMLIB = -lXm +! XMLIB = ${MOTIFLIB} XCOMM - HP PW setup: XMLIB = -lXm -lc -lPW XCOMM - SUN setup: XMLIB = -lXm |