diff options
author | mi <mi@FreeBSD.org> | 2002-02-25 22:58:55 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2002-02-25 22:58:55 +0800 |
commit | 631d2c7a64971af851f22c4e75d9b9f1fc9550ce (patch) | |
tree | 39e37742a0cce8f1fc4d434f028e983ab650ecc0 /graphics | |
parent | ade07f3a96ec48d00232295ac06ebaa191e45d61 (diff) | |
download | freebsd-ports-gnome-631d2c7a64971af851f22c4e75d9b9f1fc9550ce.tar.gz freebsd-ports-gnome-631d2c7a64971af851f22c4e75d9b9f1fc9550ce.tar.zst freebsd-ports-gnome-631d2c7a64971af851f22c4e75d9b9f1fc9550ce.zip |
It is Xpm, not xpm...
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 |