diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-13 19:53:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-13 19:53:28 +0000 |
commit | c965dc76720e181802de484af4af74eb3f68a289 (patch) | |
tree | fc7993169cc51e98b3d49dc5161b41573b57af88 /devel | |
parent | af87b0834c74252c2dfa951fbc227dc4cf849aba (diff) | |
download | ports-c965dc76720e181802de484af4af74eb3f68a289.tar.gz ports-c965dc76720e181802de484af4af74eb3f68a289.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glade2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/glade2/Makefile b/devel/glade2/Makefile index b7591930937d..7de9faca28da 100644 --- a/devel/glade2/Makefile +++ b/devel/glade2/Makefile @@ -20,11 +20,10 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_REINPLACE= yes USE_LIBTOOL= yes -USE_GNOME= gnomeprefix gnomehack gnomedb libgnomeui +USE_GNOME= gnomeprefix gnomehack libgnomedb libgnomeui USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |