diff options
Diffstat (limited to 'x11/xloadimage')
-rw-r--r-- | x11/xloadimage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile index 6efd88728b3b..d6af1b4342b8 100644 --- a/x11/xloadimage/Makefile +++ b/x11/xloadimage/Makefile @@ -15,8 +15,8 @@ COMMENT= X11 Image Loading Utility LICENSE= MIT -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ - libtiff.so:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= libpng.so:graphics/png \ + libtiff.so:graphics/tiff CONFLICTS_INSTALL= xli-* |