Changeset 12716 for trunk/dports/graphics
- Timestamp:
- Jun 17, 2005, 8:09:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/graphviz/Portfile
r12704 r12716 1 # $Id: Portfile,v 1.2 0 2005/06/17 14:55:07gwright Exp $1 # $Id: Portfile,v 1.21 2005/06/17 20:09:20 gwright Exp $ 2 2 3 3 PortSystem 1.0 4 4 name graphviz 5 5 version 2.2.1 6 revision 16 revision 2 7 7 categories graphics 8 8 maintainers gwright@opendarwin.org … … 44 44 configure.args --mandir=${prefix}/share/man 45 45 46 variant quartz { pre-patch { file copy ${worksrcpath}/mac/dotneato/quartzgen.c \ 47 ${worksrcpath}/dotneato/common/ 48 } 49 50 patchfiles patch-config.h.in \ 51 patch-configure \ 52 patch-emit.c \ 53 patch-fontmetrics.c \ 54 patch-gdft.c \ 55 patch-quartz-Makefile.in \ 56 patch-quartzgen.c \ 57 patch-renderprocs.h 58 } 59 46 60 variant nox11 { depends_lib-delete lib:libX11.6:XFree86 47 61 configure.args-append --without-x
Note: See TracChangeset
for help on using the changeset viewer.