aboutsummaryrefslogtreecommitdiff
path: root/x11/erun
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2008-03-12 23:36:07 +0000
committerStanislav Sedov <stas@FreeBSD.org>2008-03-12 23:36:07 +0000
commit4b1686fb2c1130c57c6b01df6632f1e0c2c27848 (patch)
tree0d1fd125a051b38bf3f72860350014cc4608f116 /x11/erun
parent152b5e4f619a2e3aec477255ded8ce0aca076e84 (diff)
downloadports-4b1686fb2c1130c57c6b01df6632f1e0c2c27848.tar.gz
ports-4b1686fb2c1130c57c6b01df6632f1e0c2c27848.zip
- Bump PORTREVISION as Imlib2 library version has been bumped
- Use bsd.efl.mk features instead of depending on library directly. Reported by: pav Pointy hat to: me
Notes
Notes: svn path=/head/; revision=208910
Diffstat (limited to 'x11/erun')
-rw-r--r--x11/erun/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/erun/Makefile b/x11/erun/Makefile
index 6bf03128dd58..f9237401a6b5 100644
--- a/x11/erun/Makefile
+++ b/x11/erun/Makefile
@@ -7,7 +7,7 @@
PORTNAME= E-Run
PORTVERSION= 1.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= kbyanc
@@ -15,14 +15,14 @@ MASTER_SITE_SUBDIR= kbyanc
MAINTAINER= gahr@FreeBSD.org
COMMENT= A simple epplet for launching arbitrary programs
-LIB_DEPENDS= epplet.2:${PORTSDIR}/x11-wm/epplets \
- Imlib2.4:${PORTSDIR}/graphics/imlib2
+LIB_DEPENDS= epplet.2:${PORTSDIR}/x11-wm/epplets
PLIST_FILES= bin/E-Run.epplet
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GL= gl
+USE_EFL= imlib2
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lepplet -lImlib2 -lGL ${PTHREAD_LIBS}