diff options
Diffstat (limited to 'net/glflow/Makefile')
-rw-r--r-- | net/glflow/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/glflow/Makefile b/net/glflow/Makefile index 6872c34cc0d4..46f192389c78 100644 --- a/net/glflow/Makefile +++ b/net/glflow/Makefile @@ -6,7 +6,8 @@ # PORTNAME= glflow -PORTVERSION= 0.0.5 +PORTVERSION= 0.0.4 +PORTEPOCH= 1 CATEGORIES= net security MASTER_SITES= http://night.rdslink.ro/dudu/glflow/ DISTNAME= glFlow-${PORTVERSION} @@ -18,9 +19,6 @@ PLIST_FILES= bin/glflow PORTDOCS= README WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-debug - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/glflow ${PREFIX}/bin .if !defined(NOPORTDOCS) |