diff options
author | lofi <lofi@FreeBSD.org> | 2004-12-22 00:13:40 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-12-22 00:13:40 +0000 |
commit | 3c3cda059ec2534fa7a6fe07863daad0d7dc1e4f (patch) | |
tree | 0d0d1c9c0c75a7cc370ccdef47eafd2c78dd7213 /www/konqueror-nsplugins | |
parent | 02397c2f7dc384f9ecba24c46473af03e3a79abb (diff) | |
download | FreeBSD-ports-3c3cda059ec2534fa7a6fe07863daad0d7dc1e4f.zip FreeBSD-ports-3c3cda059ec2534fa7a6fe07863daad0d7dc1e4f.tar.gz |
Add imake as build dependency. It will soon no longer be picked up by
X11 libraries.
Accidentally removed with last KDE update by: me
Diffstat (limited to 'www/konqueror-nsplugins')
-rw-r--r-- | www/konqueror-nsplugins/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/konqueror-nsplugins/Makefile b/www/konqueror-nsplugins/Makefile index 9957c4f..226582e 100644 --- a/www/konqueror-nsplugins/Makefile +++ b/www/konqueror-nsplugins/Makefile @@ -17,6 +17,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Netscape plugin support for Konqueror +BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT} + CONFLICTS= kdebase-3.1.* kdebase-3.2.[0-3] USE_KDELIBS_VER=3 |