aboutsummaryrefslogtreecommitdiffstats
path: root/x11/erun
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2008-03-13 07:36:07 +0800
committerstas <stas@FreeBSD.org>2008-03-13 07:36:07 +0800
commitdb971123a8506d571a5d4fcae4b53f2e31837878 (patch)
treee430cfdab3d73a71fd9c789fb0e9bc7068c03fb8 /x11/erun
parentdb318216a3e62720803aa6b76b2b3174dbc4da5b (diff)
downloadfreebsd-ports-gnome-db971123a8506d571a5d4fcae4b53f2e31837878.tar.gz
freebsd-ports-gnome-db971123a8506d571a5d4fcae4b53f2e31837878.tar.zst
freebsd-ports-gnome-db971123a8506d571a5d4fcae4b53f2e31837878.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
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}