diff options
author | arved <arved@FreeBSD.org> | 2004-01-15 21:10:27 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-01-15 21:10:27 +0800 |
commit | ad389a2200bfbb0050bfbbd7a11fbab30cbe68b9 (patch) | |
tree | 139c26e02e216a3fee799505cbc89bfbdff1f485 /math/graphthing | |
parent | 22e4e36a5bba19c0753dc6def06bcefad96d27d9 (diff) | |
download | freebsd-ports-gnome-ad389a2200bfbb0050bfbbd7a11fbab30cbe68b9.tar.gz freebsd-ports-gnome-ad389a2200bfbb0050bfbbd7a11fbab30cbe68b9.tar.zst freebsd-ports-gnome-ad389a2200bfbb0050bfbbd7a11fbab30cbe68b9.zip |
Update to 0.9.4
Diffstat (limited to 'math/graphthing')
-rw-r--r-- | math/graphthing/Makefile | 10 | ||||
-rw-r--r-- | math/graphthing/distinfo | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile index 78ad82a17e33..668cea19909f 100644 --- a/math/graphthing/Makefile +++ b/math/graphthing/Makefile @@ -7,20 +7,24 @@ # PORTNAME= graphthing -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 CATEGORIES= math MASTER_SITES= http://graph.seul.org/ MAINTAINER= ports@FreeBSD.org COMMENT= A tool that allows you to create, manipulate and study graphs -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ - gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- +LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- USE_BISON= yes USE_BZIP2= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_GMAKE= yes +USE_REINPLACE= yes + +post-patch: + ${REINPLACE_CMD} -e "s,\/usr\/include\/gtk-1.2\/gdk\/gdkkeysyms.h,," \ + ${WRKSRC}/src/depend.1 .include <bsd.port.mk> diff --git a/math/graphthing/distinfo b/math/graphthing/distinfo index 5e1ac59bcbf0..595d84397b6b 100644 --- a/math/graphthing/distinfo +++ b/math/graphthing/distinfo @@ -1 +1 @@ -MD5 (graphthing-0.9.3.tar.bz2) = 6174e21704cd728cb74d9171f4edce0f +MD5 (graphthing-0.9.4.tar.bz2) = cde4640a503686c0163f4a14f276f9ea |