diff options
author | glewis <glewis@FreeBSD.org> | 2013-03-29 14:46:01 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2013-03-29 14:46:01 +0800 |
commit | 2801fa3f9203014bc8a5339a94b3ce42b1bad315 (patch) | |
tree | 73ff723b9ee57e4ee023ad9a4bc1ecb0b40eeabe /math | |
parent | b5db5cd9ab6a05914243bcb44c4166f8144ce0ba (diff) | |
download | freebsd-ports-gnome-2801fa3f9203014bc8a5339a94b3ce42b1bad315.tar.gz freebsd-ports-gnome-2801fa3f9203014bc8a5339a94b3ce42b1bad315.tar.zst freebsd-ports-gnome-2801fa3f9203014bc8a5339a94b3ce42b1bad315.zip |
. The entry for app-defaults/Gnuplot is hidden behind %%X11%%, so hide the
corresponding dirrm directive behind it to. Fixes the packing list when
X11 is not set.
Submitted by: sunpoet@
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gnuplot/pkg-plist b/math/gnuplot/pkg-plist index f30d9a22970c..3af810a98ab2 100644 --- a/math/gnuplot/pkg-plist +++ b/math/gnuplot/pkg-plist @@ -40,7 +40,7 @@ bin/lasergnu %%TETEX%%@dirrm share/texmf/tex/latex/gnuplot @dirrm %%DATADIR%%/4.6/lua @dirrm %%DATADIR%%/4.6/js -@dirrm %%DATADIR%%/4.6/app-defaults +%%X11%%@dirrm %%DATADIR%%/4.6/app-defaults @dirrm %%DATADIR%%/4.6/PostScript @dirrm %%DATADIR%%/4.6 @dirrm %%DATADIR%% |