diff options
author | mita <mita@FreeBSD.org> | 2001-04-15 21:00:55 +0800 |
---|---|---|
committer | mita <mita@FreeBSD.org> | 2001-04-15 21:00:55 +0800 |
commit | d9636e25e6fb9514471a5f81938ba387fe0cd266 (patch) | |
tree | f9abf55b72fb3e52ae9b6fde71180d9f7c4d5125 /misc | |
parent | 7ef3a35752b0e4a6653d0a17c6f6b3f23b9dabc3 (diff) | |
download | freebsd-ports-gnome-d9636e25e6fb9514471a5f81938ba387fe0cd266.tar.gz freebsd-ports-gnome-d9636e25e6fb9514471a5f81938ba387fe0cd266.tar.zst freebsd-ports-gnome-d9636e25e6fb9514471a5f81938ba387fe0cd266.zip |
Depends on pnmscale which is in the netpbm port.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/magicpoint/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index f48bed237f1f..2fbca31b3c07 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp.mew.org/pub/MagicPoint/ MAINTAINER?= mita@FreeBSD.org LIB_DEPENDS+= png.4:${PORTSDIR}/graphics/png +RUN_DEPENDS+= pnmscale:${PORTSDIR}/graphics/netpbm USE_IMAKE= yes USE_FREETYPE= yes |