gcal: add dependency on gettext/libintl

* If not using it, gcal will always show dates in english.
* Also link it as "cal" so it can replace the built-in one.
This commit is contained in:
Adrien Destugues
2014-12-16 14:14:35 +01:00
parent 727f9b4abb
commit fc9572ae05

View File

@@ -18,6 +18,7 @@ ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
gcal = $portVersion
cmd:gcal
cmd:cal
cmd:gcal2txt
cmd:tcal
cmd:txt2gcal
@@ -25,6 +26,7 @@ PROVIDES="
REQUIRES="
haiku
lib:libintl
"
BUILD_PREREQUIRES="
@@ -37,6 +39,7 @@ BUILD_PREREQUIRES="
BUILD_REQUIRES="
haiku_devel
devel:libintl
"
BUILD()
@@ -48,6 +51,7 @@ BUILD()
INSTALL()
{
make install
ln -s $binDir/gcal $binDir/cal
}
TEST()