diff options
author | trevor <trevor@FreeBSD.org> | 2002-09-08 07:54:24 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-09-08 07:54:24 +0000 |
commit | 09a45fa7990b7973af1f4349913dfe6d6045c9fa (patch) | |
tree | 870e2316bece04494490f69bb966f1df0db0c9f8 /www/linux-mozilla-devel | |
parent | 61371c8de40211e5bc26be6b10739b71937b1be4 (diff) | |
download | FreeBSD-ports-09a45fa7990b7973af1f4349913dfe6d6045c9fa.zip FreeBSD-ports-09a45fa7990b7973af1f4349913dfe6d6045c9fa.tar.gz |
Make GTK+ dependency less specific, so it will work with the GTK+
in linux_base-6.
Diffstat (limited to 'www/linux-mozilla-devel')
-rw-r--r-- | www/linux-mozilla-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/linux-mozilla-devel/Makefile b/www/linux-mozilla-devel/Makefile index 3baeb57..5a99ec1 100644 --- a/www/linux-mozilla-devel/Makefile +++ b/www/linux-mozilla-devel/Makefile @@ -22,7 +22,7 @@ PATCHFILES= linux-mozilla-${PORTVERSION}-generated-files.tar.gz MAINTAINER= trevor@FreeBSD.org BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0.9.0:${PORTSDIR}/x11-toolkits/linux-gtk +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk NO_BUILD= yes NO_FILTER_SHLIBS= yes |