diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-12 22:44:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-12 22:44:44 +0000 |
commit | b312c51570d853ebdb90b441b84a1a58a9f0954b (patch) | |
tree | 45b365e17bd3c85717d1adf73fe89e6f7e9ecb83 /net-im | |
parent | 70f5bdf483444ed01d44e69567297af02110d1f0 (diff) | |
download | ports-b312c51570d853ebdb90b441b84a1a58a9f0954b.tar.gz ports-b312c51570d853ebdb90b441b84a1a58a9f0954b.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index 44e1092a5e0c..e51dfc096fe3 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -6,7 +6,7 @@ PORTNAME= gaim PORTVERSION= 0.71 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,7 +26,8 @@ INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ + PTHREAD_LIB="${PTHREAD_LIBS}" MAN1= gaim.1 gaim-remote.1 |