diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-06-03 13:40:54 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-06-03 13:40:54 +0000 |
commit | cec63e13df90c0503ef85d8ca3da1368ba33dfd5 (patch) | |
tree | 794b4370304110bca806c02236897c5fd88f6f95 /x11/ebuttons | |
parent | a5e25bf60aff1a513c456ee3b22fb18edf260216 (diff) | |
download | ports-cec63e13df90c0503ef85d8ca3da1368ba33dfd5.tar.gz ports-cec63e13df90c0503ef85d8ca3da1368ba33dfd5.zip |
Notes
Diffstat (limited to 'x11/ebuttons')
-rw-r--r-- | x11/ebuttons/Makefile | 7 |
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 \ |