diff options
Diffstat (limited to 'sysutils/webjob/Makefile')
-rw-r--r-- | sysutils/webjob/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/webjob/Makefile b/sysutils/webjob/Makefile index 88d0aba57b03..ee0df5e25431 100644 --- a/sysutils/webjob/Makefile +++ b/sysutils/webjob/Makefile @@ -6,7 +6,7 @@ # PORTNAME= webjob -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= sysutils security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= webjob @@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} .if defined(NO_STATIC) CFLAGS+= .else -CFLAGS+= -static +CFLAGS+= -static .endif MAN1= webjob.1 |