From 4648bc58166bf5d83fd199e8d8a3102f5c9e955f Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 26 Nov 2004 00:50:42 +0000 Subject: Add missing file (XXX this should only be installed when gtk support is requested) --- graphics/xmorph/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/graphics/xmorph/Makefile b/graphics/xmorph/Makefile index c40c3e928de1..19680b94f00a 100644 --- a/graphics/xmorph/Makefile +++ b/graphics/xmorph/Makefile @@ -27,15 +27,16 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" INSTALLS_SHLIB= yes -MAN1= xmorph.1 +MAN1= morph.1 INFO= xmorph .include +# XXX Seems that gtkmorph.1 is always installed +MAN1+= gtkmorph.1 .if ${HAVE_GNOME:Mgtk20}!="" USE_GNOME+= gtk20 CONFIGURE_ARGS+= --with-gtk2 -MAN1+= gtkmorph.1 .else CONFIGURE_ARGS+= --without-gtkmorph .endif -- cgit v1.2.3