diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-05 07:44:19 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-05 07:44:19 +0000 |
commit | 0e4da1218833265aabbcf425821fcc061982fd0e (patch) | |
tree | f75548e62ff6b6ea2912a652022da9aa7391ce11 /www/galeon2 | |
parent | Use gettext-devel to workaround a incompatibility with the oldest version of (diff) |
Fix typo: ${PORTS} --> ${PORTSDIR}
Diffstat (limited to 'www/galeon2')
-rw-r--r-- | www/galeon2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index f4a92a5701df..391227b6eee6 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= ${X11BASE}/include/mozilla/gtkmozembed.h:${PORTSDIR}/www/mozilla-headers \ ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} \ - msgfmt-new:${PORTS}/devel/gettext-devel + msgfmt-new:${PORTSDIR}/devel/gettext-devel LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} |