diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-07 20:24:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-07 20:24:15 +0000 |
commit | fb4deed87383132ec64330d18d953402c2229e9b (patch) | |
tree | 97a8a198649a73e26fe96adf11b755d0b80e3533 /x11-wm/compton/Makefile | |
parent | 1a2a0756abd5df11f85e0ec8be8f6cb6cd18edbe (diff) | |
download | ports-fb4deed87383132ec64330d18d953402c2229e9b.tar.gz ports-fb4deed87383132ec64330d18d953402c2229e9b.zip |
Notes
Diffstat (limited to 'x11-wm/compton/Makefile')
-rw-r--r-- | x11-wm/compton/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/compton/Makefile b/x11-wm/compton/Makefile index 2383c0e1818a..fd914a6049ca 100644 --- a/x11-wm/compton/Makefile +++ b/x11-wm/compton/Makefile @@ -16,13 +16,12 @@ RUN_DEPENDS= xprop:${PORTSDIR}/x11/xprop \ USE_GITHUB= yes GH_ACCOUNT= chjj -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 360da12 +GH_TAGNAME= 360da12 USES= gmake pkgconfig USE_XORG= xcomposite xdamage xrandr xrender xinerama -MAKE_ARGS= COMPTON_VERSION=git-${PORTVERSION}-${GH_COMMIT} \ +MAKE_ARGS= COMPTON_VERSION=git-${PORTVERSION}-${GH_TAGNAME} \ XDGDIR=${LOCALBASE}/etc/xdg ALL_TARGET= ${PORTNAME} |