summaryrefslogtreecommitdiff
path: root/x11-fm/xdiskusage
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-10-04 15:39:21 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-10-04 15:39:21 +0000
commit3d943fd179d7efb59776c145a033bc3890fc5725 (patch)
tree6e1a95faeb053e6f601a0ce3f98f94bed18981c9 /x11-fm/xdiskusage
parentAvoid Perl. (diff)
Omit unnecessary -DFLTK_1_0_COMPAT, -lMesaGL, PTHREAD_CFLAGS and
PTHREAD_LIBS. Submitted by: Nate Eldredge of Harvey Mudd College and Dan Nelson of Allant Group PR: 50234 and 51395
Notes
Notes: svn path=/head/; revision=90252
Diffstat (limited to 'x11-fm/xdiskusage')
-rw-r--r--x11-fm/xdiskusage/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-fm/xdiskusage/Makefile b/x11-fm/xdiskusage/Makefile
index 621a2f687f7c..eaf8836119b7 100644
--- a/x11-fm/xdiskusage/Makefile
+++ b/x11-fm/xdiskusage/Makefile
@@ -22,13 +22,12 @@ USE_X_PREFIX= yes
do-build:
.for i in panels xdiskusage
- ${CXX} ${CXXFLAGS} ${PTHREAD_CFLAGS} -I${X11BASE}/include -c \
- -DFLTK_1_0_COMPAT ${WRKSRC}/${i}.C -o ${WRKSRC}/${i}.o
+ ${CXX} ${CXXFLAGS} -I${X11BASE}/include -c \
+ ${WRKSRC}/${i}.C -o ${WRKSRC}/${i}.o
.endfor
- ${CXX} ${CXXFLAGS} ${PTHREAD_CFLAGS} -L${X11BASE}/lib -o \
+ ${CXX} ${CXXFLAGS} -L${X11BASE}/lib -o \
${WRKSRC}/xdiskusage ${WRKSRC}/panels.o \
- ${WRKSRC}/xdiskusage.o -lfltk -lm -lMesaGL \
- ${PTHREAD_LIBS} -lXext -lX11
+ ${WRKSRC}/xdiskusage.o -lfltk -lm -lXext -lX11
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xdiskusage ${PREFIX}/bin