diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /net-im | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) | |
download | ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.tar.gz ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pork/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-im/pork/Makefile b/net-im/pork/Makefile index 8d5932557985..7d6d93a18216 100644 --- a/net-im/pork/Makefile +++ b/net-im/pork/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pork -# Date created: 04 Feb 2003 -# Whom: Bob Bomar <bob@bomar.us> -# +# Created by: Bob Bomar <bob@bomar.us> # $FreeBSD$ -# PORTNAME= pork PORTVERSION= 0.99.8.1 @@ -13,7 +9,7 @@ MASTER_SITES= SF/ojnk/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Console-based AIM client -USE_PERL5= yes +USES= perl5 USE_OPENSSL= yes GNU_CONFIGURE= yes |