diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-06 16:47:36 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-06 16:47:36 +0000 |
commit | 5fd6c06733ae5e7985440955d84fd7a1a6edf4db (patch) | |
tree | 3c153254f720094ccefa5cee5b1dd4a833fb1d8a /x11 | |
parent | 2d56df646f59cd6f7e520f0539f244ae4c8d39b6 (diff) |
typo fix: libtoo -> libtool
Notes
Notes:
svn path=/head/; revision=48499
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 |