diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-26 00:50:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-26 00:50:42 +0000 |
commit | 4648bc58166bf5d83fd199e8d8a3102f5c9e955f (patch) | |
tree | a582da4acd0045b4cd3445b903d383589f236eee /graphics/xmorph | |
parent | 9c82fb3c612f57496c0df738fe2b082a05e46b8c (diff) | |
download | ports-4648bc58166bf5d83fd199e8d8a3102f5c9e955f.tar.gz ports-4648bc58166bf5d83fd199e8d8a3102f5c9e955f.zip |
Notes
Diffstat (limited to 'graphics/xmorph')
-rw-r--r-- | graphics/xmorph/Makefile | 5 |
1 files 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 <bsd.port.pre.mk> +# 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 |