aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/expat2
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2000-10-26 09:20:04 +0800
committerkuriyama <kuriyama@FreeBSD.org>2000-10-26 09:20:04 +0800
commita5a8e302337396edc11f7d90f3b67d748160604b (patch)
tree0081bddf001944b28e33f97fa78eab7edb3055fb /textproc/expat2
parent50f6da3d64b3aec3319b3c1cb04f587fb66dbb82 (diff)
downloadfreebsd-ports-gnome-a5a8e302337396edc11f7d90f3b67d748160604b.tar.gz
freebsd-ports-gnome-a5a8e302337396edc11f7d90f3b67d748160604b.tar.zst
freebsd-ports-gnome-a5a8e302337396edc11f7d90f3b67d748160604b.zip
Bump SHLIB_MAJOR (and PORTREVISION) not to conflict with expat1.2.
Submitted by: knu
Diffstat (limited to 'textproc/expat2')
-rw-r--r--textproc/expat2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile
index 5b28f43d72b9..d4960c497285 100644
--- a/textproc/expat2/Makefile
+++ b/textproc/expat2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= expat
PORTVERSION= 1.95.1
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= expat
@@ -20,7 +21,7 @@ USE_GMAKE= yes
INSTALLS_SHLIBS= yes
-SHLIB_MAJOR= 0
+SHLIB_MAJOR= 2
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"