diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-07 23:57:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-07 23:57:43 +0800 |
commit | 5697520eb8465bff4a789b4d385610bb9623649b (patch) | |
tree | a45ea99854fbd17ccfa11a493d5605c1a8224d74 | |
parent | 456fb277af06f461ba1b87615e5843c9f030fd87 (diff) | |
download | freebsd-ports-gnome-5697520eb8465bff4a789b4d385610bb9623649b.tar.gz freebsd-ports-gnome-5697520eb8465bff4a789b4d385610bb9623649b.tar.zst freebsd-ports-gnome-5697520eb8465bff4a789b4d385610bb9623649b.zip |
Fix without gperf in base
-rw-r--r-- | games/tuxpaint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tuxpaint/Makefile b/games/tuxpaint/Makefile index 2b6ec8320316..99b7abbc54cc 100644 --- a/games/tuxpaint/Makefile +++ b/games/tuxpaint/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi \ RUN_DEPENDS= anytopnm:${PORTSDIR}/graphics/netpbm \ bash:${PORTSDIR}/shells/bash -USES= gettext gmake pkgconfig shebangfix +USES= gettext gmake gperf pkgconfig shebangfix SHEBANG_FILES= src/tuxpaint-import.sh USE_GNOME= librsvg2 USE_SDL= image mixer sdl ttf pango |