diff options
author | sem <sem@FreeBSD.org> | 2005-07-22 15:35:42 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-07-22 15:35:42 +0800 |
commit | 94d9d9904011db25060308c5a3626a6b23607fed (patch) | |
tree | 0edd32bc421c7879217a6e75e75ba97598e1a512 /games | |
parent | 6e74a82016bb793bf2f79c1aaefcb67735cf7645 (diff) | |
download | freebsd-ports-gnome-94d9d9904011db25060308c5a3626a6b23607fed.tar.gz freebsd-ports-gnome-94d9d9904011db25060308c5a3626a6b23607fed.tar.zst freebsd-ports-gnome-94d9d9904011db25060308c5a3626a6b23607fed.zip |
- Remove png dependency (already present in sdl_image).
PR: ports/83875
Submitted by: maintainer
Diffstat (limited to 'games')
-rw-r--r-- | games/tuxpaint/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/tuxpaint/Makefile b/games/tuxpaint/Makefile index afc4b7eb4e0c..1c9d66b83cff 100644 --- a/games/tuxpaint/Makefile +++ b/games/tuxpaint/Makefile @@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= alejandro@varnet.biz COMMENT= Drawing program designed for young children -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png - USE_GMAKE= yes USE_SDL= image mixer sdl ttf USE_GNOME= intltool |