diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-17 18:04:30 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-17 18:04:30 +0000 |
commit | f2fceed5b61fd6eb37e2700319f91268ebd8f127 (patch) | |
tree | 4d95d7b487dc81b0948e83c54ce5e2980331ffa2 /graphics/gd | |
parent | 600f4cfc42f12d207df4c9749c4c24fc5115d960 (diff) | |
download | ports-f2fceed5b61fd6eb37e2700319f91268ebd8f127.tar.gz ports-f2fceed5b61fd6eb37e2700319f91268ebd8f127.zip |
Notes
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 24f89dd37ef2..16c635d6a382 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -42,7 +42,7 @@ OPTIONS= X11 "X11 support" off \ .if !defined(WITHOUT_X11) .if defined(WITH_XPM) -USE_XPM= yes +USE_XORG= xpm x11 CPPFLAGS+= -I${X11BASE}/include/X11 -I${X11BASE}/include -DHAVE_LIBXPM LDFLAGS+= -L${X11BASE}/lib -lXpm -lX11 LDFLAGS2+= -L${X11BASE}/lib |