From cec63e13df90c0503ef85d8ca3da1368ba33dfd5 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sat, 3 Jun 2006 13:40:54 +0000 Subject: Change depends to x11-wm/epplets. --- x11/ebuttons/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'x11/ebuttons') diff --git a/x11/ebuttons/Makefile b/x11/ebuttons/Makefile index 661b528f4e93..7e2258dc1089 100644 --- a/x11/ebuttons/Makefile +++ b/x11/ebuttons/Makefile @@ -16,16 +16,15 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A simple epplet that contains several buttons used to launch programs -LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/libepplet +LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/epplets PLIST_FILES= bin/E-Buttons.epplet WRKSRC= ${WRKDIR}/E-buttons USE_X_PREFIX= yes - -CPPFLAGS= -I${X11BASE}/include ${PTHREAD_CFLAGS} -LDFLAGS= -L${X11BASE}/lib -lepplet ${PTHREAD_LIBS} +CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} +LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lepplet -lGL ${PTHREAD_LIBS} do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} -o E-Buttons.epplet \ -- cgit v1.2.3