diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-01 20:47:10 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-01 20:47:10 +0800 |
commit | 503f9189870513657b013f056789ab24ad817ee1 (patch) | |
tree | 95ec4549feba3c659e0fe89057760ac9d045f806 /x11-fonts | |
parent | 60178528847d57c47e4c5964259315f35c1a2790 (diff) | |
download | freebsd-ports-gnome-503f9189870513657b013f056789ab24ad817ee1.tar.gz freebsd-ports-gnome-503f9189870513657b013f056789ab24ad817ee1.tar.zst freebsd-ports-gnome-503f9189870513657b013f056789ab24ad817ee1.zip |
Use USES=gnome
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/fntsample/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/fntsample/Makefile b/x11-fonts/fntsample/Makefile index b48852ddf742..b47f9c2f1206 100644 --- a/x11-fonts/fntsample/Makefile +++ b/x11-fonts/fntsample/Makefile @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --with-unicode-blocks=${WRKSRC}/Blocks.txt GNU_CONFIGURE= yes USE_GNOME= pango USE_PERL5= run -USES= gettext iconv perl5 pkgconfig +USES= gettext gnome iconv perl5 pkgconfig PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz \ |