diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-06 14:55:13 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-06 14:55:13 +0000 |
commit | 1cf5dbece3d7add39ef2587af02a4fd98864be63 (patch) | |
tree | df0b98383f33c73efee30ea1e8a8d5ce64c49dc4 /devel/glib13/Makefile | |
parent | f53342c2361bfb5336f53ef0468a8f677ba38853 (diff) |
Notes
Diffstat (limited to 'devel/glib13/Makefile')
-rw-r--r-- | devel/glib13/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/glib13/Makefile b/devel/glib13/Makefile index 9ef22acdc305..459de4e50096 100644 --- a/devel/glib13/Makefile +++ b/devel/glib13/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: glib -# Version required: 1.1.0 +# Version required: 1.1.2 # Date Created: 28 July 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1998/07/28 15:22:15 vanilla Exp $ # -DISTNAME= glib-1.1.0 +DISTNAME= glib-1.1.2 CATEGORIES= devel MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.1/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.1/ \ @@ -15,9 +15,10 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.1/ \ MAINTAINER= vanilla@FreeBSD.ORG GNU_CONFIGURE= yes -USE_GMAKE= yes +#USE_GMAKE= yes CONFIGURE_ENV= INSTALL='$${INSTALL} -c' +CONFIGURE_ARGS= --includedir=${PREFIX}/include/glib post-install: ${LDCONFIG} -m ${PREFIX}/lib |