diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-02-25 14:58:55 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-02-25 14:58:55 +0000 |
commit | 313773de989f33a0a2135df7345a5ed9f640db95 (patch) | |
tree | 0aa5e6fd65f53ed377523f4059b2cb1b3caa3fc2 /graphics | |
parent | e618ab7847f52e68ead1c7ba1be56ea29485eb0a (diff) | |
download | ports-313773de989f33a0a2135df7345a5ed9f640db95.tar.gz ports-313773de989f33a0a2135df7345a5ed9f640db95.zip |
Notes
Diffstat (limited to 'graphics')
-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 |