diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-07 15:17:32 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-07 15:17:32 +0000 |
commit | 02415c68f5ac766ae5bd0ae4858762c8e570d62b (patch) | |
tree | 6045e0b5eebbf9e77caf4567713449680e5fa549 /graphics/libepoxy/Makefile | |
parent | da97618e2058f2d4d7b8c51f5c995cdf831cf9ed (diff) | |
download | ports-02415c68f5ac766ae5bd0ae4858762c8e570d62b.tar.gz ports-02415c68f5ac766ae5bd0ae4858762c8e570d62b.zip |
Notes
Diffstat (limited to 'graphics/libepoxy/Makefile')
-rw-r--r-- | graphics/libepoxy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/libepoxy/Makefile b/graphics/libepoxy/Makefile index 360184ee65ab..28a1b270218b 100644 --- a/graphics/libepoxy/Makefile +++ b/graphics/libepoxy/Makefile @@ -2,6 +2,7 @@ PORTNAME= libepoxy PORTVERSION= 1.2 +DISTVERSIONPREFIX= v CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org @@ -11,8 +12,6 @@ LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= anholt -GH_COMMIT= 7422de5 -GH_TAGNAME= v${PORTVERSION} USES= autoreconf libtool pathfix pkgconfig python:3,build USE_XORG= xorg-macros x11 |