diff options
author | pav <pav@FreeBSD.org> | 2008-05-12 03:18:06 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-05-12 03:18:06 +0800 |
commit | 48a7d7178cf624b93f38f96d237522ce08085a6f (patch) | |
tree | a1c08e8636b6483167131720dd5d4f2d737401cf | |
parent | 97fe45c33b9514d156aae9d486c22faa6e01f86e (diff) | |
download | freebsd-ports-gnome-48a7d7178cf624b93f38f96d237522ce08085a6f.tar.gz freebsd-ports-gnome-48a7d7178cf624b93f38f96d237522ce08085a6f.tar.zst freebsd-ports-gnome-48a7d7178cf624b93f38f96d237522ce08085a6f.zip |
- Mark BROKEN: /usr/bin/ld: cannot find -lMagick
Reported by: pointyhat
-rw-r--r-- | graphics/kallery/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/kallery/Makefile b/graphics/kallery/Makefile index b5dc08c20530..a30d8a0db1e5 100644 --- a/graphics/kallery/Makefile +++ b/graphics/kallery/Makefile @@ -16,6 +16,8 @@ COMMENT= An image gallery generator for KDE LIB_DEPENDS= MagickWand.1:${PORTSDIR}/graphics/ImageMagick +BROKEN= does not build + USE_KDELIBS_VER=3 USE_BZIP2= yes USE_AUTOTOOLS= libtool:15 |