summaryrefslogtreecommitdiff
path: root/databases/gbib
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-08-04 12:41:48 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-08-04 12:41:48 +0000
commit602d7369f178bcb37b9b75a3ee260e0f4660eb8a (patch)
tree8d1079c1567911989885189eba68cf57d4c20028 /databases/gbib
parentUpgrade to 23.0. (diff)
Remove dependency on gettext since it is already added by gnomelibs.
Try adding -lintl to LDFLAGS instead to fix the bento build. Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=86281
Diffstat (limited to 'databases/gbib')
-rw-r--r--databases/gbib/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/gbib/Makefile b/databases/gbib/Makefile
index 576326410273..20146987209e 100644
--- a/databases/gbib/Makefile
+++ b/databases/gbib/Makefile
@@ -20,15 +20,13 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= ports@FreeBSD.org
COMMENT= Editor/browser for BibTeX bibliographic databases
-LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
-
USE_X_PREFIX= yes
USE_GNOME= gnomelibs
USE_REINPLACE= yes
USE_GMAKE= yes
USE_AUTOCONF_VER= 213
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib -lintl"
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"