diff options
-rw-r--r-- | net/ipex/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ipex/Makefile b/net/ipex/Makefile index f7df34920718..347f03773a62 100644 --- a/net/ipex/Makefile +++ b/net/ipex/Makefile @@ -7,12 +7,16 @@ PORTNAME= ipex PORTVERSION= 2.3.5.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ipex MAINTAINER= maneo@bsdpro.com +BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf +BUILD_DEPENDS+= automake:${PORTSDIR}/devel/automake + MAN1= ipex.1 MANCOMPRESSED= yes |