diff options
Diffstat (limited to 'graphics/dc20ctrl/Makefile')
-rw-r--r-- | graphics/dc20ctrl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/dc20ctrl/Makefile b/graphics/dc20ctrl/Makefile index 7c923945b814..5f3c975beb85 100644 --- a/graphics/dc20ctrl/Makefile +++ b/graphics/dc20ctrl/Makefile @@ -8,15 +8,14 @@ PORTNAME= dc20ctrl PORTVERSION= 0.4 CATEGORIES= graphics -MASTER_SITES= http://aguirre.dsi.unifi.it/~paterno/binaries/ +MASTER_SITES= http://www.paternostro.org/~ugo/binaries/ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ png.3:${PORTSDIR}/graphics/png -MAKE_FLAGS= -DUSE_JPEG -DUSE_TIFF -DUSE_PNG +MAKE_ARGS= -DUSE_JPEG -DUSE_TIFF -DUSE_PNG MAN1= dc20ctrl.1 -MANCOMPRESSED= yes .include <bsd.port.mk> |