diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-09 14:27:17 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-09 14:27:17 +0800 |
commit | 35e52299629ad910c597d724cf2ef82126545ee0 (patch) | |
tree | 7d6f1c58343a97bb689184513e7ae41766442273 /textproc | |
parent | c7196dbf5733a57e836e897549d68e26f9bf5df0 (diff) | |
download | freebsd-ports-gnome-35e52299629ad910c597d724cf2ef82126545ee0.tar.gz freebsd-ports-gnome-35e52299629ad910c597d724cf2ef82126545ee0.tar.zst freebsd-ports-gnome-35e52299629ad910c597d724cf2ef82126545ee0.zip |
Add dependency on gettext after it was removed from gmake.
Reported by: bento
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/scrollkeeper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |