diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 20:09:42 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 20:09:42 +0000 |
commit | 9746d6524b4b8f6eec917896d1814e3f731dcc21 (patch) | |
tree | c75f110b500f3e806943eb33a78c2b5c25d7b18e /graphics/lcdtest | |
parent | b559f5897ca3904e005ac65efdfc3ce548f46f88 (diff) |
Notes
Diffstat (limited to 'graphics/lcdtest')
-rw-r--r-- | graphics/lcdtest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/lcdtest/Makefile b/graphics/lcdtest/Makefile index d0ce9e005f6a..1cda88f8ca3c 100644 --- a/graphics/lcdtest/Makefile +++ b/graphics/lcdtest/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= liberation-fonts-ttf>0:${PORTSDIR}/x11-fonts/liberation-fonts-ttf USE_SDL= sdl image ttf CFLAGS+= -I${LOCALBASE}/include -DRELEASE=1.18 -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lSDL -lSDL_image -lSDL_ttf +LDFLAGS+= -L${LOCALBASE}/lib -lpthread -lSDL -lSDL_image -lSDL_ttf PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz \ |