diff options
Diffstat (limited to 'net-mgmt/aggregate/Makefile')
-rw-r--r-- | net-mgmt/aggregate/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/aggregate/Makefile b/net-mgmt/aggregate/Makefile index 1722af3..3acaf67 100644 --- a/net-mgmt/aggregate/Makefile +++ b/net-mgmt/aggregate/Makefile @@ -6,12 +6,14 @@ # PORTNAME= aggregate -PORTVERSION= 1.1 +PORTVERSION= 1.3 CATEGORIES= net MASTER_SITES= http://www.mfnx.net/public/ MAINTAINER= jabley@automagic.org -MAN1= aggregate.1 aggregate-ios.1 +GNU_CONFIGURE= yes + +MAN1= aggregate.1 aggregate-ios.1 .include <bsd.port.mk> |