summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2000-10-26 01:20:04 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2000-10-26 01:20:04 +0000
commitf3476b61693d5901f1169898fd989b104cc8b1ad (patch)
tree73618a8832aa27f179b826fa2ca647f93c474cd8 /textproc
parentUpdate MASTERSITES (diff)
Bump SHLIB_MAJOR (and PORTREVISION) not to conflict with expat1.2.
Submitted by: knu
Notes
Notes: svn path=/head/; revision=34242
Diffstat (limited to 'textproc')
-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}"