diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-14 03:53:28 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-14 03:53:28 +0800 |
commit | 739c1b293c30490e228ab5ab56cc16a316abccf1 (patch) | |
tree | a32a100ce9b9ba08e61eab02d74c438686e33f73 /devel/glade2 | |
parent | 1abe659ccece42157a4cf517c2a51941387d719b (diff) | |
download | freebsd-ports-gnome-739c1b293c30490e228ab5ab56cc16a316abccf1.tar.gz freebsd-ports-gnome-739c1b293c30490e228ab5ab56cc16a316abccf1.tar.zst freebsd-ports-gnome-739c1b293c30490e228ab5ab56cc16a316abccf1.zip |
Change the gnomedb dependency to libgnomedb.
Reported by: Anders Andersson <anders@andersa.net>
Diffstat (limited to 'devel/glade2')
-rw-r--r-- | devel/glade2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/glade2/Makefile b/devel/glade2/Makefile index b7591930937d..7de9faca28da 100644 --- a/devel/glade2/Makefile +++ b/devel/glade2/Makefile @@ -20,11 +20,10 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_REINPLACE= yes USE_LIBTOOL= yes -USE_GNOME= gnomeprefix gnomehack gnomedb libgnomeui +USE_GNOME= gnomeprefix gnomehack libgnomedb libgnomeui USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |