diff options
Diffstat (limited to 'graphics/flashplayer/files/Makefile')
-rw-r--r-- | graphics/flashplayer/files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/flashplayer/files/Makefile b/graphics/flashplayer/files/Makefile index 0e67bc8fb449..843a1342705f 100644 --- a/graphics/flashplayer/files/Makefile +++ b/graphics/flashplayer/files/Makefile @@ -5,6 +5,6 @@ SRCS= main.c CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include LDADD= -L${LOCALBASE}/lib -lflash -L${X11BASE}/lib -lX11 -lXext -lm NOMAN= YES -BINDIR= ${LOCALBASE}/bin +BINDIR= ${X11BASE}/bin .include <bsd.prog.mk> |