diff options
author | ade <ade@FreeBSD.org> | 2006-02-24 23:35:23 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-24 23:35:23 +0800 |
commit | 015c62118c1bfb425bc137ed6d9bbb0b1736c109 (patch) | |
tree | e56969016c6dc8a02898298e6dd86e792ce05a29 | |
parent | 95bb040f4b68e0a0637f4006a173f75a38977a95 (diff) | |
download | freebsd-ports-gnome-015c62118c1bfb425bc137ed6d9bbb0b1736c109.tar.gz freebsd-ports-gnome-015c62118c1bfb425bc137ed6d9bbb0b1736c109.tar.zst freebsd-ports-gnome-015c62118c1bfb425bc137ed6d9bbb0b1736c109.zip |
Fix devel/libytnef[1] and others[2] after libtool commit.
Submitted by: pointyhat[1] ume[2]
Approved by: portmgr (implicit)
-rw-r--r-- | devel/libytnef/Makefile | 1 | ||||
-rw-r--r-- | devel/libytnef/pkg-plist | 1 | ||||
-rw-r--r-- | japanese/libtomoe-gtk/Makefile | 2 | ||||
-rw-r--r-- | japanese/scim-tomoe/Makefile | 2 | ||||
-rw-r--r-- | japanese/tomoe/Makefile | 2 | ||||
-rw-r--r-- | korean/scim-hangul/Makefile | 2 |
6 files changed, 6 insertions, 4 deletions
diff --git a/devel/libytnef/Makefile b/devel/libytnef/Makefile index e3445cda0874..05e1af9f41c6 100644 --- a/devel/libytnef/Makefile +++ b/devel/libytnef/Makefile @@ -7,6 +7,7 @@ PORTNAME= libytnef PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= devel mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ytnef diff --git a/devel/libytnef/pkg-plist b/devel/libytnef/pkg-plist index 4c6b011bef79..754794272d16 100644 --- a/devel/libytnef/pkg-plist +++ b/devel/libytnef/pkg-plist @@ -5,5 +5,6 @@ include/tnef-errors.h include/tnef-types.h include/ytnef.h lib/libytnef.a +lib/libytnef.la lib/libytnef.so lib/libytnef.so.0 diff --git a/japanese/libtomoe-gtk/Makefile b/japanese/libtomoe-gtk/Makefile index 0f845a6bd9cb..95c4f48b0fab 100644 --- a/japanese/libtomoe-gtk/Makefile +++ b/japanese/libtomoe-gtk/Makefile @@ -7,7 +7,7 @@ PORTNAME= libtomoe-gtk PORTVERSION= 0.1.0 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR=tomoe/17171 diff --git a/japanese/scim-tomoe/Makefile b/japanese/scim-tomoe/Makefile index da248c309baa..60543c50d02f 100644 --- a/japanese/scim-tomoe/Makefile +++ b/japanese/scim-tomoe/Makefile @@ -7,7 +7,7 @@ PORTNAME= scim-tomoe PORTVERSION= 0.2.0 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR=scim-imengine/17173 diff --git a/japanese/tomoe/Makefile b/japanese/tomoe/Makefile index 0189faa340f8..d3f511047989 100644 --- a/japanese/tomoe/Makefile +++ b/japanese/tomoe/Makefile @@ -7,7 +7,7 @@ PORTNAME= tomoe PORTVERSION= 0.2.1 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR=tomoe/16048 diff --git a/korean/scim-hangul/Makefile b/korean/scim-hangul/Makefile index 8b4f7fc91691..d9d021d23410 100644 --- a/korean/scim-hangul/Makefile +++ b/korean/scim-hangul/Makefile @@ -7,7 +7,7 @@ PORTNAME= scim-hangul PORTVERSION= 0.2.1 -#PORTREVISION= 2 +PORTREVISION= 1 CATEGORIES= korean MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=scim |