diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /games/tuxpaint/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'games/tuxpaint/Makefile')
-rw-r--r-- | games/tuxpaint/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/tuxpaint/Makefile b/games/tuxpaint/Makefile index c32ec6f578ad..8bead808b02c 100644 --- a/games/tuxpaint/Makefile +++ b/games/tuxpaint/Makefile @@ -13,10 +13,10 @@ COMMENT= Drawing program designed for young children LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/docs/COPYING.txt -LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi \ - libpaper.so:${PORTSDIR}/print/libpaper -RUN_DEPENDS= anytopnm:${PORTSDIR}/graphics/netpbm \ - bash:${PORTSDIR}/shells/bash +LIB_DEPENDS= libfribidi.so:converters/fribidi \ + libpaper.so:print/libpaper +RUN_DEPENDS= anytopnm:graphics/netpbm \ + bash:shells/bash USES= gettext gmake gperf pkgconfig shebangfix SHEBANG_FILES= src/tuxpaint-import.sh |