Changeset 36979
- Timestamp:
- 05/21/08 15:37:16 (7 months ago)
- Files:
-
- 1 modified
-
trunk/dports/games/larn/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/games/larn/Portfile
r30573 r36979 3 3 PortSystem 1.0 4 4 name larn 5 version 4.6.26 revision 45 version 12 6 revision 0 7 7 categories games 8 8 maintainers aschenke@tampabay.rr.com … … 13 13 use_bzip2 yes 14 14 master_sites http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/ 15 distname ${name}- ${version}-RELEASE15 distname ${name}-4.6.2-RELEASE 16 16 checksums md5 cea96f48caa057793f6bcaf3394ca388 17 17 build.type bsd … … 33 33 depends_lib port:libcompat 34 34 35 platform darwin 9 { 36 build.args LDADD+=-L${prefix}/lib\\ -lcurses 37 depends_lib-delete port:libcompat 38 } 39 35 40 configure { 36 41 reinplace "s|MAN|MAN6|" ${worksrcpath}/Makefile

