aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2020-06-26 12:29:23 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2020-06-26 12:29:23 +0000
commitfcea5e1434687b8ce173816908ec48b36eaab743 (patch)
tree14f75a5b531d2f927220097fe0b61c5d083cdc75 /graphics
parent4d272eb042c7a73562f2639f6a89f009980c640a (diff)
downloadports-fcea5e1434687b8ce173816908ec48b36eaab743.tar.gz
ports-fcea5e1434687b8ce173816908ec48b36eaab743.zip
devel/looks:
- Rename to devel/jgoodies-looks to match upstream and update to 2.7.0 - Add SRC option to install source jar
Notes
Notes: svn path=/head/; revision=540514
Diffstat (limited to 'graphics')
-rw-r--r--graphics/jdraw/Makefile4
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>