diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-31 03:26:05 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-31 03:26:05 +0800 |
commit | 64c2236e4bb23db66fa694f713d56558fd6be07d (patch) | |
tree | d76f8b5b2eef70427c61377a582b99c6515a85cb /deskutils | |
parent | 7342505155a30d37e76552035a21d70c2c4bd4ec (diff) | |
download | freebsd-ports-gnome-64c2236e4bb23db66fa694f713d56558fd6be07d.tar.gz freebsd-ports-gnome-64c2236e4bb23db66fa694f713d56558fd6be07d.tar.zst freebsd-ports-gnome-64c2236e4bb23db66fa694f713d56558fd6be07d.zip |
- Stage support
- Fix LIB_DEPENDS
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/osmo/Makefile | 5 | ||||
-rw-r--r-- | deskutils/osmo/pkg-plist | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/deskutils/osmo/Makefile b/deskutils/osmo/Makefile index 0893e525d87b..7b17ad9c8b96 100644 --- a/deskutils/osmo/Makefile +++ b/deskutils/osmo/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \ libical.so:${PORTSDIR}/devel/libical \ libtar.so:${PORTSDIR}/devel/libtar \ libgringotts.so:${PORTSDIR}/security/libgringotts \ - libgtkhtml.so:${PORTSDIR}/www/libgtkhtml + libgtkhtml-2.so:${PORTSDIR}/www/libgtkhtml USE_GNOME= gtk20 USES= gettext gmake pkgconfig @@ -25,14 +25,11 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -lintl CFLAGS+= -I${LOCALBASE}/include/libical -MAN1= osmo.1 - POFILES= bg ca cs da de el en_GB es fi fr hu it ja lt nl pl pt \ ru sv tr uk zh_CN MSGFMT= ${LOCALBASE}/bin/msgfmt -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g' \ ${WRKSRC}/src/Makefile.in diff --git a/deskutils/osmo/pkg-plist b/deskutils/osmo/pkg-plist index ed681dc28197..a3021e3c351b 100644 --- a/deskutils/osmo/pkg-plist +++ b/deskutils/osmo/pkg-plist @@ -1,4 +1,5 @@ bin/osmo +man/man1/osmo.1.gz share/applications/osmo.desktop share/icons/hicolor/16x16/apps/osmo.png share/icons/hicolor/22x22/apps/osmo.png |