diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-21 19:18:21 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-21 19:18:21 +0000 |
commit | c89baaf310b53f74ca9550529920b0d13e623765 (patch) | |
tree | 9ecb740989b26200da78e7fd24f1cdee176225d9 /devel/glib13/Makefile | |
parent | 97794d1e228bc42f6c90a69824be2d2151d7128f (diff) |
Notes
Diffstat (limited to 'devel/glib13/Makefile')
-rw-r--r-- | devel/glib13/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/devel/glib13/Makefile b/devel/glib13/Makefile index c9938f33c10b..87d9b6b93104 100644 --- a/devel/glib13/Makefile +++ b/devel/glib13/Makefile @@ -3,7 +3,7 @@ # Date Created: 28 July 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.13 1999/01/20 18:30:57 vanilla Exp $ +# $Id: Makefile,v 1.14 1999/01/20 21:59:41 vanilla Exp $ # DISTNAME= glib-1.1.13 @@ -18,13 +18,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL='$${INSTALL} -c' CONFIGURE_ARGS= --includedir=${PREFIX}/include/glib11d -.include <bsd.port.pre.mk> - -.if ${OSVERSION} <= 300000 -CONFIGURE_ARGS+= --with-threads=none -.else -CONFIGURE_ARGS+= --with-threads=uthread -.endif MAN1= glib-config.1 @@ -34,4 +27,4 @@ post-install: fi @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib -.include <bsd.port.post.mk> +.include <bsd.port.mk> |