diff options
Diffstat (limited to 'graphics/gd2/Makefile')
-rw-r--r-- | graphics/gd2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd2/Makefile b/graphics/gd2/Makefile index c0240060d306..d13490a932c9 100644 --- a/graphics/gd2/Makefile +++ b/graphics/gd2/Makefile @@ -33,7 +33,7 @@ LATEST_LINK= gd2 .ifndef WITHOUT_X11 USE_XPM= yes .else -LIB_DEPENDS+= xpm:${PORTSDIR}/graphics/xpm +LIB_DEPENDS+= Xpm:${PORTSDIR}/graphics/xpm .endif .else MAKE_ARGS+= -DWITHOUT_XPM |