diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2003-09-15 18:31:28 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2003-09-15 18:31:28 +0000 |
commit | 0ae8b57449153994556c1634603167cfa95db2d8 (patch) | |
tree | f19bcdaf45a8a6946f4d58d4a65ca7f802ceebaf /math/grace | |
parent | Fix Coin dependency. (diff) |
o) User pdflib5 in dependency section to unbreak build due to broken
marked pdflib4
PR: 56673
Submitted by: j.e.drews@att.net
Approved by: portmgr@freebsd.org
Notes
Notes:
svn path=/head/; revision=88990
Diffstat (limited to 'math/grace')
-rw-r--r-- | math/grace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index 0d3e6195d010..be1bcefadbe0 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -29,7 +29,7 @@ LIB_DEPENDS= Xbae:${PORTSDIR}/x11-toolkits/xbae \ png.5:${PORTSDIR}/graphics/png \ t1:${PORTSDIR}/devel/t1lib \ XmHTML.1:${PORTSDIR}/x11-toolkits/xmhtml \ - pdf.4:${PORTSDIR}/print/pdflib4 + pdf.5:${PORTSDIR}/print/pdflib MAN1= convcal.1 grace.1 xmgrace.1 gracebat.1 grconvert.1 @@ -43,7 +43,7 @@ CONFIGURE_ARGS= -prefix=${X11BASE} \ --enable-grace-home=${X11BASE}/lib/X11/grace ALL_TARGET= -INSTALL_TARGET= install links +INSTALL_TARGET= install links post-patch: ${CP} ${WRKSRC}/configure ${WRKSRC}/configure.input |