[19438] trunk/dports/games/larn/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 7 18:35:26 PDT 2006


Revision: 19438
Author:   markd at macports.org
Date:     2006-09-07 18:35:25 -0700 (Thu, 07 Sep 2006)

Log Message:
-----------
Ticket 10671. Removed ncurses dependency.

Modified Paths:
--------------
    trunk/dports/games/larn/Portfile

Modified: trunk/dports/games/larn/Portfile
===================================================================
--- trunk/dports/games/larn/Portfile	2006-09-08 01:22:09 UTC (rev 19437)
+++ trunk/dports/games/larn/Portfile	2006-09-08 01:35:25 UTC (rev 19438)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 name		larn
 version		4.6.2-RELEASE
-revision	2
+revision	3
 categories	games
 maintainers	eric at opendarwin.org
 description	Text-based cavern exploring game
@@ -14,7 +14,7 @@
 master_sites	opendarwin
 checksums	md5 cea96f48caa057793f6bcaf3394ca388
 build.type	bsd
-build.args	LDADD+=-L${prefix}/lib\\ -lcompat\\ -lncurses
+build.args	LDADD+=-L${prefix}/lib\\ -lcompat\\ -lcurses
 worksrcdir	${portname}
 patchfiles	patch-diag.c \
             patch-display.c \
@@ -29,8 +29,7 @@
             patch-scores.c \
             patch-store.c
 
-depends_lib port:libcompat \
-            port:ncurses
+depends_lib port:libcompat
 
 configure	{ reinplace "s|MAN|MAN6|" ${worksrcpath}/Makefile
 		  reinplace "s|/usr/share|${prefix}/share|g" \
@@ -44,4 +43,4 @@
 		  xinstall -m 644 -c larn.6.gz ${destroot}${prefix}/share/man/man6
 		  xinstall -m 644 -c datfiles/larn.help ${destroot}${prefix}/share/games/larn
 		  xinstall -m 644 -c datfiles/larnmaze ${destroot}${prefix}/share/games/larn
-		  destroot.keepdirs ${destroot}${prefix}/var/games/larn }
\ No newline at end of file
+		  destroot.keepdirs ${destroot}${prefix}/var/games/larn }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060907/3878ecdc/attachment.html


More information about the macports-changes mailing list