diff options
-rw-r--r-- | graphics/rayshade/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index 259176933859..30e06a251e4e 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -20,11 +20,11 @@ LICENSE_NAME= Rayshade license LICENSE_FILE= ${WRKSRC}/Doc/Copyright LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept +BUILD_DEPENDS= ${LOCALBASE}/lib/librle.a:graphics/urt + DEPRECATED= Depends on expiring graphics/urt EXPIRATION_DATE=2017-04-01 -BUILD_DEPENDS= ${LOCALBASE}/lib/librle.a:graphics/urt - WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION:R} HAS_CONFIGURE= yes |