diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:15:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:15:35 +0800 |
commit | aac51a2e4314d61598b0a572e15e507270fda40b (patch) | |
tree | 6eec5381548d0264285a648eaecd91660ef7219f /x11-fonts | |
parent | ac9496b2e038e757d02856edc0f98345877880de (diff) | |
download | freebsd-ports-gnome-aac51a2e4314d61598b0a572e15e507270fda40b.tar.gz freebsd-ports-gnome-aac51a2e4314d61598b0a572e15e507270fda40b.tar.zst freebsd-ports-gnome-aac51a2e4314d61598b0a572e15e507270fda40b.zip |
- Add LICENSE_FILE
- Update *_DEPENDS: remove redundant LOCALBASE/bin
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/fntsample/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fonts/fntsample/Makefile b/x11-fonts/fntsample/Makefile index ac1c3437471a..013f80fff7c7 100644 --- a/x11-fonts/fntsample/Makefile +++ b/x11-fonts/fntsample/Makefile @@ -15,9 +15,10 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Show Unicode coverage of a font LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/bin/gawk:${PORTSDIR}/lang/gawk -RUN_DEPENDS= ${LOCALBASE}/bin/pdfoutline:${PORTSDIR}/textproc/pdfoutline +BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk +RUN_DEPENDS= pdfoutline:${PORTSDIR}/textproc/pdfoutline OPTIONS_DEFINE= NLS OPTIONS_SUB= yes |