diff options
author | gblach <gblach@FreeBSD.org> | 2014-12-27 08:09:02 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2014-12-27 08:09:02 +0800 |
commit | d4c5c37eca0a403509a26320d94e8ab76ca08968 (patch) | |
tree | 7061b4ba6bf92419cfcbfbdf988b02a781dbdcbb /graphics/maim | |
parent | 68dd0d4f5d63f5faaa53c0e01c225037306fb98a (diff) | |
download | freebsd-ports-gnome-d4c5c37eca0a403509a26320d94e8ab76ca08968.tar.gz freebsd-ports-gnome-d4c5c37eca0a403509a26320d94e8ab76ca08968.tar.zst freebsd-ports-gnome-d4c5c37eca0a403509a26320d94e8ab76ca08968.zip |
- Remove Mk/bsd.efl.mk
- Convert USE_EFL=libtool_hack to USES=libtool
- Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:...
- Bump PORTVERSION in graphics/imlib2 and in all ports
which depends on imlib2
PR: 196062
Approved by: portmgr
Diffstat (limited to 'graphics/maim')
-rw-r--r-- | graphics/maim/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/maim/Makefile b/graphics/maim/Makefile index ff8f44ed0a7a..82e5472c6bbe 100644 --- a/graphics/maim/Makefile +++ b/graphics/maim/Makefile @@ -2,6 +2,7 @@ PORTNAME= maim PORTVERSION= 3.3.41 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= neel@neelc.org @@ -9,6 +10,8 @@ COMMENT= Screenshot utility with performance improvements over scrot LICENSE= GPLv3 +LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2 + USE_GITHUB= yes GH_ACCOUNT= naelstrof GH_PROJECT= maim @@ -16,7 +19,6 @@ GH_TAGNAME= v${PORTVERSION} GH_COMMIT= 178b253 USES= cmake -USE_EFL= imlib2 USE_XORG= x11 xrandr xfixes PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz |