diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-24 19:37:43 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-24 19:37:43 +0000 |
commit | 0ae327316befbab743485040abeca00aa9b31439 (patch) | |
tree | a4ccf69d55299b5301757b9646b86e3cfed1e46e /editors/leafpad/Makefile | |
parent | Update squirrelmail* to 20150324, and clean up permission/owner handling in (diff) |
3 ports categories: Remove $PTHREAD_LIBS
Categories: editors, x11, x11-toolkits
approved by: PTHREAD blanket
Notes
Notes:
svn path=/head/; revision=382163
Diffstat (limited to 'editors/leafpad/Makefile')
-rw-r--r-- | editors/leafpad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index e31e79ffeed9..06c5c03af96e 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -18,8 +18,8 @@ USES= desktop-file-utils gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-chooser INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -lpthread -L${LOCALBASE}/lib PORTDOCS= AUTHORS COPYING ChangeLog INSTALL README |