summaryrefslogtreecommitdiff
path: root/x11/ebuttons
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2006-06-03 13:40:54 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2006-06-03 13:40:54 +0000
commitcec63e13df90c0503ef85d8ca3da1368ba33dfd5 (patch)
tree794b4370304110bca806c02236897c5fd88f6f95 /x11/ebuttons
parentUpdate to 0.16, require perl from ports. (diff)
Change depends to x11-wm/epplets.
Notes
Notes: svn path=/head/; revision=164279
Diffstat (limited to 'x11/ebuttons')
-rw-r--r--x11/ebuttons/Makefile7
1 files changed, 3 insertions, 4 deletions
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 \