diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-12 23:27:06 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-12 23:27:06 +0800 |
commit | d3bccd83b633764e451a6ac458943f9ee066b65f (patch) | |
tree | f1dfcb2edc0c091bfd383dc7840b261511ee12af /misc/grdb | |
parent | f0ec9342307a4914d5b42551b373ab83b7b8efe3 (diff) | |
download | freebsd-ports-gnome-d3bccd83b633764e451a6ac458943f9ee066b65f.tar.gz freebsd-ports-gnome-d3bccd83b633764e451a6ac458943f9ee066b65f.tar.zst freebsd-ports-gnome-d3bccd83b633764e451a6ac458943f9ee066b65f.zip |
Update of port misc/grdb to 0.2.3.
Upstream changes:
* fixed bug causing files in ~/.grdb to essentially be ignored
* changed RVPlayer.ad to not have global settings and therefore not
give netscape a huge download dialog.
Port changes:
* fixed problem where building with PREFIX=/some/where was not finding
/usr/X11R6/bin/gtk12-config.
PR: 19867
Submitted by: maintainer
Diffstat (limited to 'misc/grdb')
-rw-r--r-- | misc/grdb/Makefile | 4 | ||||
-rw-r--r-- | misc/grdb/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/grdb/Makefile b/misc/grdb/Makefile index e65150f155ad..b875fca83209 100644 --- a/misc/grdb/Makefile +++ b/misc/grdb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= grdb -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.3 CATEGORIES= misc gnome MASTER_SITES= http://bucket.pp.ualr.edu/~bit/download/ @@ -25,7 +25,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes -GTK_CONFIG?= ${PREFIX}/bin/gtk12-config +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/misc/grdb/distinfo b/misc/grdb/distinfo index 901380b15dca..91ec69ac5a8f 100644 --- a/misc/grdb/distinfo +++ b/misc/grdb/distinfo @@ -1 +1 @@ -MD5 (grdb-0.2.1.tar.gz) = de0c758d3553a287b25927036e604eaf +MD5 (grdb-0.2.3.tar.gz) = 631e44b681d21381c312f040be4c1876 |