diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-30 22:39:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-30 22:39:26 +0000 |
commit | fdf29be1f6817d8f25bb3f573068411796a668b3 (patch) | |
tree | 83a54da3aac2be1f3f202027275138c63ebdb6df /graphics/jasper | |
parent | ecc99c898e2684921bc69a6a68c46753e5544b12 (diff) | |
download | ports-fdf29be1f6817d8f25bb3f573068411796a668b3.tar.gz ports-fdf29be1f6817d8f25bb3f573068411796a668b3.zip |
Remove dead RINGSERVER
Notes
Notes:
svn path=/head/; revision=382777
Diffstat (limited to 'graphics/jasper')
-rw-r--r-- | graphics/jasper/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 9d093857f4f8..8a783c8d8483 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -24,8 +24,7 @@ CONFIGURE_ARGS= --enable-shared --enable-static USE_LDCONFIG= yes MASTER_SITE_IMAGEMAGICK= \ - ftp://ftp.imagemagick.org/pub/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/&,} + ftp://ftp.imagemagick.org/pub/%SUBDIR%/ OPTIONS_DEFINE= OPENGL UUID DOCS UUID_DESC= UUID support (required by GDAL) |