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
This commit is contained in:
parent
0cbd5f0e73
commit
60be567e62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30522
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (grdb-0.2.1.tar.gz) = de0c758d3553a287b25927036e604eaf
|
||||
MD5 (grdb-0.2.3.tar.gz) = 631e44b681d21381c312f040be4c1876
|
||||
|
|
Loading…
Reference in a new issue