diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-02 09:12:45 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-02 09:12:45 +0000 |
commit | c22183ed8a117ecba4983ea58f7507d6376b6c60 (patch) | |
tree | b0b00e64c20f0a39dad334c5036bce9c51b67956 /misc/magicpoint | |
parent | 0cac623a761c78e1ff8b83edfdc74f62d9c330c8 (diff) | |
download | freebsd-ports-c22183ed8a117ecba4983ea58f7507d6376b6c60.zip |
- fix LIB_DEPENDS
Diffstat (limited to 'misc/magicpoint')
-rw-r--r-- | misc/magicpoint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index 0883ab749669..289f929a51d3 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/ MAINTAINER= dinoex@FreeBSD.org COMMENT= An X11-based presentation tool -XLIB_DEPENDS+= png15:${PORTSDIR}/graphics/png \ +LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png \ mng:${PORTSDIR}/graphics/libmng RUN_DEPENDS+= pnmscale:${PORTSDIR}/graphics/netpbm |