diff options
author | mat <mat@FreeBSD.org> | 2015-05-07 23:17:32 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-07 23:17:32 +0800 |
commit | a9e706d15b1f24e58f8ef7ba73580fc4a8879519 (patch) | |
tree | 6045e0b5eebbf9e77caf4567713449680e5fa549 /graphics/ampasCTL/Makefile | |
parent | 1e786b3a1c53ad5cce169ab361aa5f54f145b6ac (diff) | |
download | freebsd-ports-gnome-a9e706d15b1f24e58f8ef7ba73580fc4a8879519.tar.gz freebsd-ports-gnome-a9e706d15b1f24e58f8ef7ba73580fc4a8879519.tar.zst freebsd-ports-gnome-a9e706d15b1f24e58f8ef7ba73580fc4a8879519.zip |
Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'graphics/ampasCTL/Makefile')
-rw-r--r-- | graphics/ampasCTL/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/ampasCTL/Makefile b/graphics/ampasCTL/Makefile index ed15155225f2..3ae60037e763 100644 --- a/graphics/ampasCTL/Makefile +++ b/graphics/ampasCTL/Makefile @@ -22,8 +22,7 @@ LIB_DEPENDS= libImath.so:${PORTSDIR}/graphics/ilmbase \ USE_GITHUB= yes GH_ACCOUNT= ampas GH_PROJECT= CTL -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 57b48a2 +GH_TAGNAME= 57b48a2 USES= cmake pkgconfig USE_LDCONFIG= yes |