[36588] trunk/dports/textproc/aspell-dict-de/Portfile

jochen at macports.org jochen at macports.org
Wed May 7 03:22:54 PDT 2008


Revision: 36588
          http://trac.macosforge.org/projects/macports/changeset/36588
Author:   jochen at macports.org
Date:     2008-05-07 03:22:53 -0700 (Wed, 07 May 2008)

Log Message:
-----------
clean up, depend_lib on aspell

Modified Paths:
--------------
    trunk/dports/textproc/aspell-dict-de/Portfile

Modified: trunk/dports/textproc/aspell-dict-de/Portfile
===================================================================
--- trunk/dports/textproc/aspell-dict-de/Portfile	2008-05-07 10:22:02 UTC (rev 36587)
+++ trunk/dports/textproc/aspell-dict-de/Portfile	2008-05-07 10:22:53 UTC (rev 36588)
@@ -1,26 +1,27 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
-name		aspell-dict-de
-version		20030222
-categories	textproc
-maintainers	nomaintainer
-description	German dictionary for aspell (current spelling rules)
-platforms	darwin
+name		        aspell-dict-de
+version		        20030222
+categories	        textproc
+maintainers	        nomaintainer
+description	        German dictionary for aspell (current spelling rules)
+platforms	        darwin
 
-long_description	German dictionary for Aspell, using the current German \
-			spelling rules.  For a dictionary with the old German \
-			spelling rules,  install the aspell-dict-de-alt port.
+long_description    German dictionary for Aspell, using the current German \
+                    spelling rules.  For a dictionary with the old German \
+                    spelling rules,  install the aspell-dict-de-alt port.
 
-master_sites	gnu:aspell/dict/de
+master_sites	    gnu:aspell/dict/de
 
-distname	aspell6-de-${version}-1
-checksums	md5 5950c5c8a36fc93d4d7616591bace6a6
+distname	        aspell6-de-${version}-1
+checksums	        md5 5950c5c8a36fc93d4d7616591bace6a6
 
-use_bzip2	yes
+use_bzip2	        yes
 
-depends_build	bin:aspell:aspell
+depends_lib	        bin:aspell:aspell
 
-configure	{ system "cd ${worksrcpath} && ./configure \
-		    --vars ASPELL=${prefix}/bin/aspell \
-		    WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress" }
+configure {
+    system "cd ${worksrcpath} && ./configure --vars ASPELL=${prefix}/bin/aspell WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress"
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080507/8b49e991/attachment.html


More information about the macports-changes mailing list