diff options
author | Yoshio MITA <mita@FreeBSD.org> | 2001-04-15 21:00:55 +0800 |
---|---|---|
committer | Yoshio MITA <mita@FreeBSD.org> | 2001-04-15 21:00:55 +0800 |
commit | 140665f4df7c72a4e22bf2d302e6a08acab4433e (patch) | |
tree | a52b3e1515da0d02133f2a6b93705822c5190c4a /misc/magicpoint | |
parent | e38aceb7db1b2d7ed382a94c1ab1788e99c46e3d (diff) | |
download | freebsd-ports-gnome-140665f4df7c72a4e22bf2d302e6a08acab4433e.tar.gz freebsd-ports-gnome-140665f4df7c72a4e22bf2d302e6a08acab4433e.tar.zst freebsd-ports-gnome-140665f4df7c72a4e22bf2d302e6a08acab4433e.zip |
Depends on pnmscale which is in the netpbm port.
Diffstat (limited to 'misc/magicpoint')
-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 |