diff options
author | marino <marino@FreeBSD.org> | 2015-03-25 03:37:43 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-25 03:37:43 +0800 |
commit | 61b3ec41852b1ac7162fe5232b06722a44f61978 (patch) | |
tree | a4ccf69d55299b5301757b9646b86e3cfed1e46e /x11/xstroke | |
parent | 35046dbb75789b39e6b750f883a667ea02f6db21 (diff) | |
download | freebsd-ports-gnome-61b3ec41852b1ac7162fe5232b06722a44f61978.tar.gz freebsd-ports-gnome-61b3ec41852b1ac7162fe5232b06722a44f61978.tar.zst freebsd-ports-gnome-61b3ec41852b1ac7162fe5232b06722a44f61978.zip |
3 ports categories: Remove $PTHREAD_LIBS
Categories: editors, x11, x11-toolkits
approved by: PTHREAD blanket
Diffstat (limited to 'x11/xstroke')
-rw-r--r-- | x11/xstroke/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xstroke/Makefile b/x11/xstroke/Makefile index 8f4f5554a620..53252c5dce60 100644 --- a/x11/xstroke/Makefile +++ b/x11/xstroke/Makefile @@ -19,8 +19,8 @@ USE_XORG= xft x11 xext xi xtst PLIST_FILES= bin/xstroke %%ETCDIR%%/alphabet man/man1/xstroke.1.gz CFLAGS+= -I. -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -lpthread -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/etc/Imakefile |