diff options
author | lioux <lioux@FreeBSD.org> | 2001-10-07 00:47:36 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-10-07 00:47:36 +0800 |
commit | 47feafc4253bb186581f9d638e8517d565a64d42 (patch) | |
tree | a8c183692b04f370dc0b4185e637b5bad5587385 /x11 | |
parent | ff4c43debf66182b6211f8d4cf6f9ab70a00881a (diff) | |
download | freebsd-ports-gnome-47feafc4253bb186581f9d638e8517d565a64d42.tar.gz freebsd-ports-gnome-47feafc4253bb186581f9d638e8517d565a64d42.tar.zst freebsd-ports-gnome-47feafc4253bb186581f9d638e8517d565a64d42.zip |
typo fix: libtoo -> libtool
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index d3f917a8eb68..6b11fbd31769 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -22,7 +22,7 @@ DISTNAME= rxvt-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org -BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtoo +BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool USE_X_PREFIX= yes USE_XPM= yes |