diff options
author | trevor <trevor@FreeBSD.org> | 2002-09-08 15:54:24 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-09-08 15:54:24 +0800 |
commit | 09a45fa7990b7973af1f4349913dfe6d6045c9fa (patch) | |
tree | 870e2316bece04494490f69bb966f1df0db0c9f8 /www | |
parent | 61371c8de40211e5bc26be6b10739b71937b1be4 (diff) | |
download | freebsd-ports-gnome-09a45fa7990b7973af1f4349913dfe6d6045c9fa.tar.gz freebsd-ports-gnome-09a45fa7990b7973af1f4349913dfe6d6045c9fa.tar.zst freebsd-ports-gnome-09a45fa7990b7973af1f4349913dfe6d6045c9fa.zip |
Make GTK+ dependency less specific, so it will work with the GTK+
in linux_base-6.
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-mozilla-devel/Makefile | 2 | ||||
-rw-r--r-- | www/linux-mozilla/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/linux-mozilla-devel/Makefile b/www/linux-mozilla-devel/Makefile index 3baeb57c8902..5a99ec169614 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 diff --git a/www/linux-mozilla/Makefile b/www/linux-mozilla/Makefile index 3baeb57c8902..5a99ec169614 100644 --- a/www/linux-mozilla/Makefile +++ b/www/linux-mozilla/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 |