diff options
Diffstat (limited to 'cad/leocad/Makefile')
-rw-r--r-- | cad/leocad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/leocad/Makefile b/cad/leocad/Makefile index 528517a507cd..c7730cc3416c 100644 --- a/cad/leocad/Makefile +++ b/cad/leocad/Makefile @@ -7,7 +7,7 @@ PORTNAME= leocad PORTVERSION= 0.73 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= arved @@ -19,7 +19,7 @@ COMMENT= A CAD program that uses bricks similar to those found in many toys EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - png.6:${PORTSDIR}/graphics/png + png15:${PORTSDIR}/graphics/png USE_GL= glut USE_XORG= x11 |