diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2020-06-26 12:29:23 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2020-06-26 12:29:23 +0000 |
commit | fcea5e1434687b8ce173816908ec48b36eaab743 (patch) | |
tree | 14f75a5b531d2f927220097fe0b61c5d083cdc75 /graphics | |
parent | 4d272eb042c7a73562f2639f6a89f009980c640a (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jdraw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/jdraw/Makefile b/graphics/jdraw/Makefile index ffce5eee8fe6..4bdb01ce50d8 100644 --- a/graphics/jdraw/Makefile +++ b/graphics/jdraw/Makefile @@ -3,7 +3,7 @@ PORTNAME= jdraw PORTVERSION= 1.1.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics java MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} DISTNAME= ${PORTNAME}_v${PORTVERSION} @@ -35,7 +35,7 @@ do-install: .if ${PORT_OPTIONS:MPLASTIC3D} PLASTIC3D= "-Dlf=\"com.jgoodies.looks.plastic.Plastic3DLookAndFeel\"" -RUN_DEPENDS+= ${JAVALIBDIR}/looks.jar:devel/looks +RUN_DEPENDS+= ${JAVALIBDIR}/looks.jar:devel/jgoodies-looks .endif .include <bsd.port.mk> |