diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 00:17:22 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 00:17:22 +0000 |
commit | 529f193addcf7a9cc4813686d80874cea23d8725 (patch) | |
tree | 22b9c25927a863619d95b759f272d74586eb1e13 /graphics/flashplayer | |
parent | 6bbbdf27509370bd411da008aaf286e71c1193c3 (diff) | |
download | ports-529f193addcf7a9cc4813686d80874cea23d8725.tar.gz ports-529f193addcf7a9cc4813686d80874cea23d8725.zip |
Notes
Diffstat (limited to 'graphics/flashplayer')
-rw-r--r-- | graphics/flashplayer/files/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/flashplayer/files/Makefile b/graphics/flashplayer/files/Makefile index 843a1342705f..de1dd0330786 100644 --- a/graphics/flashplayer/files/Makefile +++ b/graphics/flashplayer/files/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ -PROG= swfplayer +PROG_CXX= swfplayer SRCS= main.c -CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include +CFLAGS= ${CXXFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include LDADD= -L${LOCALBASE}/lib -lflash -L${X11BASE}/lib -lX11 -lXext -lm NOMAN= YES BINDIR= ${X11BASE}/bin |