diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-01 18:12:58 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-01 18:12:58 +0000 |
commit | 51fa84c7e72a67252890431a0d44fccb101e00af (patch) | |
tree | a462776fe944ae32b8b4203c74ecc5d5b1773130 /math | |
parent | 3b196c6fcce53e49d43058cd76083f6dac959950 (diff) | |
download | ports-51fa84c7e72a67252890431a0d44fccb101e00af.tar.gz ports-51fa84c7e72a67252890431a0d44fccb101e00af.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/graphthing/Makefile | 13 | ||||
-rw-r--r-- | math/graphthing/distinfo | 4 | ||||
-rw-r--r-- | math/graphthing/pkg-plist | 2 |
3 files changed, 9 insertions, 10 deletions
diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile index 0014038b55eb..238659063acf 100644 --- a/math/graphthing/Makefile +++ b/math/graphthing/Makefile @@ -7,8 +7,7 @@ # PORTNAME= graphthing -PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTVERSION= 0.9.5 CATEGORIES= math MASTER_SITES= http://graph.seul.org/ @@ -17,12 +16,14 @@ COMMENT= A tool that allows you to create, manipulate and study graphs LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- -USE_BISON= yes USE_BZIP2= yes -USE_GNOME= gtk12 -GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_GNOME= gnometarget gtk12 +USE_BISON= yes USE_REINPLACE= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +PLIST_FILES= bin/graphthing bin/gt post-patch: ${REINPLACE_CMD} -e "s,\/usr\/include\/gtk-1.2\/gdk\/gdkkeysyms.h,," \ diff --git a/math/graphthing/distinfo b/math/graphthing/distinfo index dc56bd9cfab7..905fda69c381 100644 --- a/math/graphthing/distinfo +++ b/math/graphthing/distinfo @@ -1,2 +1,2 @@ -MD5 (graphthing-0.9.4.tar.bz2) = cde4640a503686c0163f4a14f276f9ea -SIZE (graphthing-0.9.4.tar.bz2) = 134317 +MD5 (graphthing-0.9.5.tar.bz2) = 343f958d0b2bb8558006ec92048d8c98 +SIZE (graphthing-0.9.5.tar.bz2) = 138622 diff --git a/math/graphthing/pkg-plist b/math/graphthing/pkg-plist deleted file mode 100644 index f053d1f2d80f..000000000000 --- a/math/graphthing/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/graphthing -bin/gt |