diff options
Diffstat (limited to 'graphics/s2tc/Makefile')
-rw-r--r-- | graphics/s2tc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/s2tc/Makefile b/graphics/s2tc/Makefile index 6e8b5ca11dcb..9a3920244e91 100644 --- a/graphics/s2tc/Makefile +++ b/graphics/s2tc/Makefile @@ -11,10 +11,10 @@ COMMENT= Subset of a well-known texture compression scheme LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= libGL>=9.1.7:${PORTSDIR}/graphics/libGL -TEST_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ - nvcompress:${PORTSDIR}/graphics/nvidia-texture-tools \ - wget:${PORTSDIR}/ftp/wget +BUILD_DEPENDS= libGL>=9.1.7:graphics/libGL +TEST_DEPENDS= convert:graphics/ImageMagick \ + nvcompress:graphics/nvidia-texture-tools \ + wget:ftp/wget USES= autoreconf libtool pathfix USE_GITHUB= yes |