aboutsummaryrefslogtreecommitdiff
path: root/devel/gnome-vfs
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-01-16 07:16:26 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-01-16 07:16:26 +0000
commita443b814504e5f0c26f5981e51c4fd0773efb13c (patch)
treea308f507664a5d8d93d5774cb61a13a3838ddbc2 /devel/gnome-vfs
parente58b914ec2e151c63cb8620fd265808591812f48 (diff)
downloadports-a443b814504e5f0c26f5981e51c4fd0773efb13c.tar.gz
ports-a443b814504e5f0c26f5981e51c4fd0773efb13c.zip
Notes
Diffstat (limited to 'devel/gnome-vfs')
-rw-r--r--devel/gnome-vfs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile
index afa05e732f1a..d5b4fcd72488 100644
--- a/devel/gnome-vfs/Makefile
+++ b/devel/gnome-vfs/Makefile
@@ -26,12 +26,13 @@ USE_GNOME= gnomeprefix gnomehack intlhack gnomemimedata gconf2 \
libbonobo ltverhack
USE_REINPLACE= yes
USE_AUTOTOOLS= libtool:15
+USE_OPENSSL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-openssl \
--disable-gnutls
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
BSD_PTHREAD_LIBS=${PTHREAD_LIBS}
+LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
PKGINSTALL= ${WRKDIR}/pkg-install
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall