diff options
author | asami <asami@FreeBSD.org> | 1996-04-11 17:00:10 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-11 17:00:10 +0800 |
commit | fdef7b7ed2767c2b57f092dddd0c7303187f1d98 (patch) | |
tree | dae71418bcc2e7e4c673889483257b0f37763615 /www/ashe/Makefile | |
parent | f25c16ad751a25658a03f9ae9c0e31a3ae7bef05 (diff) | |
download | freebsd-ports-gnome-fdef7b7ed2767c2b57f092dddd0c7303187f1d98.tar.gz freebsd-ports-gnome-fdef7b7ed2767c2b57f092dddd0c7303187f1d98.tar.zst freebsd-ports-gnome-fdef7b7ed2767c2b57f092dddd0c7303187f1d98.zip |
Clean up. Use ${X11BASE}, ${MOTIFLIB}, XawClientLibs, xmkmf -a,
correctly reference compressed man pages, and define REQUIRES_MOTIF.
Diffstat (limited to 'www/ashe/Makefile')
-rw-r--r-- | www/ashe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ashe/Makefile b/www/ashe/Makefile index 1a2e1cc6c1ff..878300c9157e 100644 --- a/www/ashe/Makefile +++ b/www/ashe/Makefile @@ -5,7 +5,7 @@ # # WARNING WARNING: Requires Motif to compile & link # -# $Id: Makefile,v 1.1.1.1 1995/10/30 17:29:07 pst Exp $ +# $Id: Makefile,v 1.2 1995/11/27 04:10:12 asami Exp $ # DISTNAME= ashe-1.1.2 @@ -15,6 +15,7 @@ MASTER_SITES= ftp://ftp.cs.rpi.edu/pub/puninj/ASHE/ASHE-1.1.2/src/ \ ftp://ftp.cs.rpi.edu/pub/puninj/ASHE/ASHE-1.1.2/libhtmlw/ DISTFILES= ashe_cci.tar.Z cci.tar.Z libhtmlw.tar.Z +REQUIRES_MOTIF= yes NO_WRKSUBDIR= yes USE_X11= yes |