From 35e52299629ad910c597d724cf2ef82126545ee0 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 9 Jun 2002 06:27:17 +0000 Subject: Add dependency on gettext after it was removed from gmake. Reported by: bento --- textproc/scrollkeeper/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index 32c0b45b616f..faa85673de8b 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml +LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \ + intl.1:${PORTSDIR}/devel/gettext # Don't use USE_X_PREFIX - the port doesn't really require X11 to run. # The reason why it should be in X11BASE is that GNOME is the primary -- cgit