diff options
author | bapt <bapt@FreeBSD.org> | 2010-09-29 15:07:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2010-09-29 15:07:37 +0800 |
commit | f060a2aa5d1419724cc20f9f10f90cad0fdc78ec (patch) | |
tree | 9d6236bda2b7b1e87ab0b8d92813768fc5694e6a /net-im | |
parent | 9b5c97abeb7a96f2b82b09eae638a4f9affcde0d (diff) | |
download | freebsd-ports-gnome-f060a2aa5d1419724cc20f9f10f90cad0fdc78ec.tar.gz freebsd-ports-gnome-f060a2aa5d1419724cc20f9f10f90cad0fdc78ec.tar.zst freebsd-ports-gnome-f060a2aa5d1419724cc20f9f10f90cad0fdc78ec.zip |
- fix plist
- added run depend on perl and python
- bump port revision
Reported by: QAT
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/centerim-devel/Makefile | 3 | ||||
-rw-r--r-- | net-im/centerim-devel/pkg-plist | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/net-im/centerim-devel/Makefile b/net-im/centerim-devel/Makefile index f8b96e556095..ffaa4323c41b 100644 --- a/net-im/centerim-devel/Makefile +++ b/net-im/centerim-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= centerim DISTVERSION= 4.22.9.33 +PORTRESION= 1 CATEGORIES= net-im MASTER_SITES= http://www.centerim.org/download/mobshots/ \ ftp://ftp.centerim.org/mobshots/ @@ -20,6 +21,8 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl LICENSE= GPLv2 +USE_PERL5_RUN= yes +USE_PYTHON_RUN= yes USE_ICONV= yes USE_OPENSSL= yes USE_GMAKE= yes diff --git a/net-im/centerim-devel/pkg-plist b/net-im/centerim-devel/pkg-plist index 23b0b42dcde3..e8f1407c2a8f 100644 --- a/net-im/centerim-devel/pkg-plist +++ b/net-im/centerim-devel/pkg-plist @@ -1,4 +1,6 @@ bin/centerim +bin/cimformathistory +bin/cimextracthistory.pl bin/cimconv bin/CenterIMLog2HTML.py %%DATADIR%%/email.wav |