diff options
Diffstat (limited to 'games/macopix/Makefile')
-rw-r--r-- | games/macopix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/macopix/Makefile b/games/macopix/Makefile index fc43ca3cf352..c3a65bb79787 100644 --- a/games/macopix/Makefile +++ b/games/macopix/Makefile @@ -7,6 +7,7 @@ PORTNAME= macopix PORTVERSION= 1.7.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://rosegray.sakura.ne.jp/macopix/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${RESTRICTED_FILES} @@ -15,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Window sitter for X11 LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ + jpeg.10:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff RESTRICTED= 'contains commercial character data' |