On Sat, May 30, 2009 at 08:32:56PM -0700, Brian wrote:
> make install had a problem with the RUN_DEPENDS.

Attached diff which I've send to robert@ some time ago.

-- 
best regards
q#
Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/openoffice3-dicts/Makefile,v
retrieving revision 1.4
diff -N -u Makefile
--- Makefile    15 Feb 2009 10:29:58 -0000      1.4
+++ Makefile    17 May 2009 21:05:54 -0000
@@ -25,7 +25,7 @@
 
 EXTRACT_CASES= *.oxt) break;; 
 
-RUN_DEPENDS=   openoffice:openoffice->=3:editors/openoffice3
+RUN_DEPENDS=   :openoffice->=3:editors/openoffice3
 
 DIST_SUBDIR=   ${NAME}-${V}
 NO_EXTRACT=    Yes
@@ -38,10 +38,10 @@
 .for i in ${LANGUAGES}
 MULTI_PACKAGES+=-$i
 DISTFILES+=    $i.oxt
-PKGNAME-$i=    ${NAME}-$i-${V}p0
+PKGNAME-$i=    ${NAME}-$i-${V}p1
 COMMENT-$i=    $i dictionary for OpenOffice.Org 3
 .endfor
-PKGNAME-en_GB=  ${NAME}-en_GB-${V}p0
+PKGNAME-en_GB=  ${NAME}-en_GB-${V}p1
 
 # use the same for all subpackages
 MESSAGE=       ${PKGDIR}/MESSAGE

Reply via email to