diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-09 14:28:09 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-09 14:28:09 +0800 |
commit | 45ab2b5599f229b7405e9e47c47afd12ae431696 (patch) | |
tree | 0cbad76f7cb531171a9d261e2d24ad2c2ae7d81c /textproc/scrollkeeper | |
parent | 35e52299629ad910c597d724cf2ef82126545ee0 (diff) | |
download | freebsd-ports-gnome-45ab2b5599f229b7405e9e47c47afd12ae431696.tar.gz freebsd-ports-gnome-45ab2b5599f229b7405e9e47c47afd12ae431696.tar.zst freebsd-ports-gnome-45ab2b5599f229b7405e9e47c47afd12ae431696.zip |
Chase the _right_ version number for libintl.
Diffstat (limited to 'textproc/scrollkeeper')
-rw-r--r-- | textproc/scrollkeeper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index faa85673de8b..18e2e5753894 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \ - intl.1:${PORTSDIR}/devel/gettext + intl.2:${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 |