diff options
author | stas <stas@FreeBSD.org> | 2008-03-13 07:36:07 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-03-13 07:36:07 +0800 |
commit | db971123a8506d571a5d4fcae4b53f2e31837878 (patch) | |
tree | e430cfdab3d73a71fd9c789fb0e9bc7068c03fb8 /x11/ebuttons | |
parent | db318216a3e62720803aa6b76b2b3174dbc4da5b (diff) | |
download | freebsd-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/ebuttons')
-rw-r--r-- | x11/ebuttons/Makefile | 6 |
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} |