aboutsummaryrefslogtreecommitdiff
path: root/devel/glib13/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-07-18 07:19:53 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-07-18 07:19:53 +0000
commit0dc0df688102dc545ea659dbb5b3b1fa3ca163bb (patch)
tree87d500f125fd01dbb036b8e144fa6379bfae1228 /devel/glib13/Makefile
parent4d2a37f591e432f243e2e1edaca4ca128766a43f (diff)
Notes
Diffstat (limited to 'devel/glib13/Makefile')
-rw-r--r--devel/glib13/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/devel/glib13/Makefile b/devel/glib13/Makefile
index 4af216fca9a1..ad3805450eef 100644
--- a/devel/glib13/Makefile
+++ b/devel/glib13/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: glib12
+# New ports collection makefile for: glib13
# Date Created: 28 July 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
@@ -6,19 +6,17 @@
#
PORTNAME= glib
-PORTVERSION= 1.2.8
+PORTVERSION= 1.3.1
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \
- ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \
- http://www.ameth.org/gimp/gtk/v1.2/
+MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.3/ \
+ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.3/ \
+ http://www.ameth.org/gimp/gtk/v1.3/
MAINTAINER= vanilla@FreeBSD.org
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-LIBTOOLFLAGS= --disable-ltlibs --release-suffix
-CONFIGURE_ARGS= --includedir=${PREFIX}/include/glib12
-MAN1= glib12-config.1
+MAN1= glib-config-2.0.1
.include <bsd.port.mk>