diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-11-22 23:02:29 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-11-22 23:02:29 +0000 |
commit | ad2d18dc37f7cc1c5f7a68229297c0e99fc90a7f (patch) | |
tree | e8449bf187ab9ca95aacfa6ac07e5d2392059e26 /graphics/maim/Makefile | |
parent | 6a97181f1495b0fb4bd8a02ef1721c8102ff38fe (diff) | |
download | ports-ad2d18dc37f7cc1c5f7a68229297c0e99fc90a7f.tar.gz ports-ad2d18dc37f7cc1c5f7a68229297c0e99fc90a7f.zip |
- Update to 2.3.37
- Remove USE_GCC
PR: 195259
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=373114
Diffstat (limited to 'graphics/maim/Makefile')
-rw-r--r-- | graphics/maim/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/maim/Makefile b/graphics/maim/Makefile index f1a67e53e8b4..ac1b7249127b 100644 --- a/graphics/maim/Makefile +++ b/graphics/maim/Makefile @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= maim -PORTVERSION= 2.3.31 +PORTVERSION= 2.3.37 CATEGORIES= graphics MAINTAINER= neel@neelc.org -COMMENT= Screenshot utility with performance improvements over scrot +COMMENT= Screenshot utility with performance improvements over scrot LICENSE= GPLv3 @@ -13,10 +13,9 @@ USE_GITHUB= yes GH_ACCOUNT= naelstrof GH_PROJECT= maim GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 6888fa9 +GH_COMMIT= 8706bc4 USES= cmake -USE_GCC= yes USE_EFL= imlib2 USE_XORG= x11 xrandr xfixes PLIST_FILES= bin/${PORTNAME} |