aboutsummaryrefslogtreecommitdiff
path: root/x11/ebuttons
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/ebuttons
parent152b5e4f619a2e3aec477255ded8ce0aca076e84 (diff)
downloadports-4b1686fb2c1130c57c6b01df6632f1e0c2c27848.tar.gz
ports-4b1686fb2c1130c57c6b01df6632f1e0c2c27848.zip
Notes
Diffstat (limited to 'x11/ebuttons')
-rw-r--r--x11/ebuttons/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/ebuttons/Makefile b/x11/ebuttons/Makefile
index 000d7fd6915e..196d62691af2 100644
--- a/x11/ebuttons/Makefile
+++ b/x11/ebuttons/Makefile
@@ -7,7 +7,7 @@
PORTNAME= E-buttons
PORTVERSION= 0.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= x11
MASTER_SITES= http://freebsd.unixfreunde.de/sources/
EXTRACT_SUFX= .tgz
@@ -15,14 +15,14 @@ EXTRACT_SUFX= .tgz
MAINTAINER= gahr@FreeBSD.org
COMMENT= A simple epplet that contains several buttons used to launch 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-Buttons.epplet
WRKSRC= ${WRKDIR}/E-buttons
USE_GL= gl
+USE_EFL= imlib2
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lepplet -lGL -lImlib2 ${PTHREAD_LIBS}