aboutsummaryrefslogtreecommitdiff
path: root/x11/erun/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/erun/Makefile')
-rw-r--r--x11/erun/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/erun/Makefile b/x11/erun/Makefile
index f9c1a9ace104..efa89c20eae0 100644
--- a/x11/erun/Makefile
+++ b/x11/erun/Makefile
@@ -3,7 +3,7 @@
PORTNAME= E-Run
PORTVERSION= 1.2
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= kbyanc
@@ -11,14 +11,14 @@ MASTER_SITE_SUBDIR= kbyanc
MAINTAINER= gblach@FreeBSD.org
COMMENT= Simple epplet for launching arbitrary programs
-LIB_DEPENDS= libepplet.so:${PORTSDIR}/x11-wm/epplets
+LIB_DEPENDS= libepplet.so:${PORTSDIR}/x11-wm/epplets \
+ libImlib2.so:${PORTSDIR}/graphics/imlib2
PLIST_FILES= bin/E-Run.epplet
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GL= gl
-USE_EFL= imlib2
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib -lepplet -lImlib2 -lGL ${PTHREAD_LIBS}