aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2013-02-08 01:06:44 +0800
committerpawel <pawel@FreeBSD.org>2013-02-08 01:06:44 +0800
commit66c5ab8b95acfae3d68e5e938ffaa43fcc73ea94 (patch)
treeac0c5e20bfde8b2d6f9250961d390ca6728ec25a /comms
parentb5e7b8bbfe6e15ab740ec3ecc974c9bf0c042ecc (diff)
downloadfreebsd-ports-gnome-66c5ab8b95acfae3d68e5e938ffaa43fcc73ea94.tar.gz
freebsd-ports-gnome-66c5ab8b95acfae3d68e5e938ffaa43fcc73ea94.tar.zst
freebsd-ports-gnome-66c5ab8b95acfae3d68e5e938ffaa43fcc73ea94.zip
Remove PTHREAD_CFLAGS and PTHREAD_LIBS from my ports
Diffstat (limited to 'comms')
-rw-r--r--comms/efax-gtk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile
index 285622c9c182..b1fb7817e049 100644
--- a/comms/efax-gtk/Makefile
+++ b/comms/efax-gtk/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= SF
EXTRACT_SUFX= .src.tgz
MAINTAINER= pawel@FreeBSD.org
-COMMENT= GUI front end for the efax fax program
+COMMENT= GUI frontend for efax program
LICENSE= GPLv2
@@ -41,8 +41,8 @@ CONFLICTS= efax-[0-9]*
MAN1= efax.1 efix.1 efax-gtk.1
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib -pthread -lintl
CONFIGURE_ARGS+=--with-gtk-version=gtk2