diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-14 09:42:12 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-14 09:42:12 +0000 |
commit | 03cceed935615886af3d9551e9fb9b573ce3744a (patch) | |
tree | fefb362514ed477cab8a0c201ef842c790185635 /devel/gnome-vfs-monikers/Makefile | |
parent | f2a68ebb7a9de69a3ae4d9df85ad0471ad8deab9 (diff) | |
download | ports-03cceed935615886af3d9551e9fb9b573ce3744a.tar.gz ports-03cceed935615886af3d9551e9fb9b573ce3744a.zip |
Notes
Diffstat (limited to 'devel/gnome-vfs-monikers/Makefile')
-rw-r--r-- | devel/gnome-vfs-monikers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnome-vfs-monikers/Makefile b/devel/gnome-vfs-monikers/Makefile index 38a945c0c9a6..f0039e617f0e 100644 --- a/devel/gnome-vfs-monikers/Makefile +++ b/devel/gnome-vfs-monikers/Makefile @@ -18,6 +18,6 @@ USE_GNOME= gnomevfs2 libbonobo USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE}/lib #-pthread .include <bsd.port.mk> |