summaryrefslogtreecommitdiff
path: root/x11/aterm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/aterm/Makefile')
-rw-r--r--x11/aterm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile
index 0b9924fa76bf..42a6ff580630 100644
--- a/x11/aterm/Makefile
+++ b/x11/aterm/Makefile
@@ -41,8 +41,8 @@ TRANS_CONFIGURE_ENABLE= transparency
BSDEL_CONFIGURE_OFF= --disable-backspace-key --disable-delete-key
BSDEL_CONFIGURE_ON= --enable-backspace-key --enable-delete-key
MOUSE_CONFIGURE_ENABLE= mousewheel
-BGIMG_LIB_DEPENDS= libAfterImage.so:${PORTSDIR}/graphics/libafterimage \
- libpng.so:${PORTSDIR}/graphics/png
+BGIMG_LIB_DEPENDS= libAfterImage.so:graphics/libafterimage \
+ libpng.so:graphics/png
BGIMG_USES= jpeg
BGIMG_CONFIGURE_ON= --with-afterimage-config --with-png --with-jpeg
BGIMG_CONFIGURE_OFF= --without-afterimage-config --with-png=no --with-jpeg=no