diff options
Diffstat (limited to 'x11-themes/cursor-bluecurve-theme/Makefile')
-rw-r--r-- | x11-themes/cursor-bluecurve-theme/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-themes/cursor-bluecurve-theme/Makefile b/x11-themes/cursor-bluecurve-theme/Makefile index d0c0bd50225e..88d14ae97e0f 100644 --- a/x11-themes/cursor-bluecurve-theme/Makefile +++ b/x11-themes/cursor-bluecurve-theme/Makefile @@ -18,8 +18,6 @@ BROKEN= Incorrect pkg-plist and unfetchable DEPRECATED= "${BROKEN}" EXPIRATION_DATE= 2007-11-02 -PREFIX= ${X11BASE} - THEMES= Bluecurve Bluecurve-inverse LBluecurve LBluecurve-inverse .for t in ${THEMES} @@ -45,7 +43,7 @@ do-build: .include "${MASTERDIR}/bsd.bluecurve.mk" .include <bsd.port.pre.mk> -BUILD_DEPENDS+= xcursorgen:${X_CLIENTS_PORT} # needed by cursorthemegen -RUN_DEPENDS+= xcursorgen:${X_CLIENTS_PORT} # for the lib/X11/icons directory +BUILD_DEPENDS+= xcursorgen:${PORTSDIR}/x11/xcursorgen # needed by cursorthemegen +RUN_DEPENDS+= xcursorgen:${PORTSDIR}/x11/xcursorgen # for the lib/X11/icons directory .include <bsd.port.post.mk> |