Untested. I don't even understand what the purpose of all this
rarian and scrollkepper stuff is. And I want to be able to pkg_delete
bash without having to pkg_delete all that gnome_* goo or evince
or ...

I'd appreciate tests and comments from the desktop crowd.

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/rarian/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile    18 Dec 2008 09:11:29 -0000      1.4
+++ Makefile    11 Feb 2009 21:46:38 -0000
@@ -4,7 +4,7 @@ COMMENT=                documentation metadata library
 
 GNOME_PROJECT=         rarian
 GNOME_VERSION=         0.8.1
-PKGNAME=               ${DISTNAME}p2
+PKGNAME=               ${DISTNAME}p3
 SHARED_LIBS += rarian               0.0      # .0.0
 CATEGORIES=            textproc
 
@@ -21,7 +21,6 @@ WANTLIB=              c m stdc++
 MODULES=               x11/gnome
 
 RUN_DEPENDS=           ::misc/gnugetopt \
-                       ::shells/bash \
                        ::textproc/docbook \
                        ::textproc/libxslt
 BUILD_DEPENDS=         ${RUN_DEPENDS}
@@ -35,7 +34,8 @@ CONFIGURE_ARGS+=      --localstatedir="/var" 
                        --enable-omf-read \
                        --disable-skdb-update
 CONFIGURE_ENV=         CPPFLAGS="-I${LOCALBASE}/include" \
-                       LDFLAGS="-L${LOCALBASE}/lib"
+                       LDFLAGS="-L${LOCALBASE}/lib" \
+                       have_bash=/bin/ksh
 
 # The .in files in ${WRKSRC}/util/ don't have a newline at the end
 # of the file, which causes diff(1) to puke.

Reply via email to