diff options
author | mat <mat@FreeBSD.org> | 2015-12-08 17:05:15 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-12-08 17:05:15 +0800 |
commit | 240b133669de8d449c5cb439815bee4f2b25360e (patch) | |
tree | a77b74f292c12d41f78b9ee7163ba78031669316 /x11/nvidia-settings | |
parent | 73fe5c815bc770230f34590b2108363655190d55 (diff) | |
download | freebsd-ports-gnome-240b133669de8d449c5cb439815bee4f2b25360e.tar.gz freebsd-ports-gnome-240b133669de8d449c5cb439815bee4f2b25360e.tar.zst freebsd-ports-gnome-240b133669de8d449c5cb439815bee4f2b25360e.zip |
Don't use GH_TAGNAME when DISTVERSION* variables can be used.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'x11/nvidia-settings')
-rw-r--r-- | x11/nvidia-settings/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/nvidia-settings/Makefile b/x11/nvidia-settings/Makefile index d64748be2054..ba4b198d6eba 100644 --- a/x11/nvidia-settings/Makefile +++ b/x11/nvidia-settings/Makefile @@ -16,7 +16,6 @@ LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson \ USE_GITHUB= yes GH_ACCOUNT= NVIDIA -GH_TAGNAME= ${PORTVERSION} USE_GNOME= gtk20 USES= gmake pkgconfig |