aboutsummaryrefslogtreecommitdiff
path: root/x11/mate-applets
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-24 19:37:43 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-24 19:37:43 +0000
commit0ae327316befbab743485040abeca00aa9b31439 (patch)
treea4ccf69d55299b5301757b9646b86e3cfed1e46e /x11/mate-applets
parent56f1e57768ed8960cb072dd7bd86991f08c7e7a7 (diff)
downloadports-0ae327316befbab743485040abeca00aa9b31439.tar.gz
ports-0ae327316befbab743485040abeca00aa9b31439.zip
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 'x11/mate-applets')
-rw-r--r--x11/mate-applets/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/mate-applets/Makefile b/x11/mate-applets/Makefile
index 5c141b68af4e..cf557313ea4e 100644
--- a/x11/mate-applets/Makefile
+++ b/x11/mate-applets/Makefile
@@ -33,8 +33,8 @@ GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CONFIGURE_ARGS= --disable-networkmanager
CONFIGURE_ENV= OS_SYS="/usr/include"
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -lpthread -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.mate.panel.applet.charpick.gschema.xml \