diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-04-11 09:00:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-04-11 09:00:10 +0000 |
commit | 6d95a9f6325d706d8e6bcba86972363731ca1f60 (patch) | |
tree | ae31f2cc6ff6cf3aacdd783d351cee67fe07e2a5 /www/ashe/files/patch-ac | |
parent | Change this to conform to our new Motif standards. (diff) |
Clean up. Use ${X11BASE}, ${MOTIFLIB}, XawClientLibs, xmkmf -a,
correctly reference compressed man pages, and define REQUIRES_MOTIF.
Notes
Notes:
svn path=/head/; revision=2969
Diffstat (limited to 'www/ashe/files/patch-ac')
-rw-r--r-- | www/ashe/files/patch-ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ashe/files/patch-ac b/www/ashe/files/patch-ac index 6515ce324bcf..72be72b9633d 100644 --- a/www/ashe/files/patch-ac +++ b/www/ashe/files/patch-ac @@ -52,7 +52,7 @@ - - #EXTRA_LIBRARIES = -lcci -lhtmlw -lXm -lXt -lXext -lX11 - EXTRA_LIBRARIES = -lcci -lhtmlw -lXm -lXaw -lXmu -lXt -lXext -lX11 +- EXTRA_LIBRARIES = -lcci -lhtmlw -lXm -lXaw -lXmu -lXt -lXext -lX11 ! # ! # This is what is built when you say 'make all' @@ -79,7 +79,7 @@ */ ! INCLUDES = -I../libhtmlw-src -I../libcci - EXTRA_LIBRARIES = -lcci -lhtmlw -lXm -lXaw -lXmu -lXt -lXext -lX11 ++ EXTRA_LIBRARIES = -lcci -lhtmlw ${MOTIFLIB} XawClientLibs ! ComplexProgramTarget(xhtml) ! InstallNonExecFile(help.html,$(LIBDIR)/xhtml) |