summaryrefslogtreecommitdiff
path: root/net/libgnetwork/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-01-09 20:40:11 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-01-09 20:40:11 +0000
commitaeb1377fbc32a4974305717419af3d6e2400b9d1 (patch)
treed5c18a5fe7ac986f33ce7d7502687b7096dfb506 /net/libgnetwork/Makefile
parentAdd kshutdown 0.8.1, an advanced shutdown utility for KDE. (diff)
Update to 0.0.6.
Notes
Notes: svn path=/head/; revision=153158
Diffstat (limited to 'net/libgnetwork/Makefile')
-rw-r--r--net/libgnetwork/Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/net/libgnetwork/Makefile b/net/libgnetwork/Makefile
index ebf96c926374..3c8474070930 100644
--- a/net/libgnetwork/Makefile
+++ b/net/libgnetwork/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= libgnetwork
-PORTVERSION= 0.0.5
-PORTREVISION= 5
+PORTVERSION= 0.0.6
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.0
@@ -20,28 +19,22 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack intlhack gconf2
INSTALLS_SHLIB= yes
-USE_AUTOTOOLS= libtool:13:inc
+USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
#.if !defined(WITHOUT_SSL)
-#LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
+#LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
#CONFIGURE_ARGS+=--enable-ssl=gnutls
#.else
CONFIGURE_ARGS+=--enable-ssl=no
#.endif
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} != "i386"
-BROKEN= "Does not compile on !i386"
-.endif
-
-pre-everything::
+#pre-everything::
# @${ECHO_MSG} ""
# @${ECHO_MSG} "libgnetwork has the following configurable option(s):"
# @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support"
# @${ECHO_MSG} ""
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>