diff options
Diffstat (limited to 'games/macopix/Makefile')
-rw-r--r-- | games/macopix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/macopix/Makefile b/games/macopix/Makefile index c3a65bb79787..8614558423e9 100644 --- a/games/macopix/Makefile +++ b/games/macopix/Makefile @@ -7,7 +7,7 @@ PORTNAME= macopix PORTVERSION= 1.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://rosegray.sakura.ne.jp/macopix/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${RESTRICTED_FILES} @@ -46,7 +46,7 @@ CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-gnutls .else USE_OPENSSL= yes |