diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 23:06:39 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 23:06:39 +0000 |
commit | 10ddcca177d6d91079be1d2569dae59e314d70c9 (patch) | |
tree | 99a6744dc9660c3435aa9d77234a5901dd589105 /graphics/libafterimage | |
parent | 4de56a776b06e3e1141de9f8098f35898c845484 (diff) | |
download | ports-10ddcca177d6d91079be1d2569dae59e314d70c9.tar.gz ports-10ddcca177d6d91079be1d2569dae59e314d70c9.zip |
Notes
Diffstat (limited to 'graphics/libafterimage')
-rw-r--r-- | graphics/libafterimage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libafterimage/Makefile b/graphics/libafterimage/Makefile index 56457ad04ec8..de0b3faf7230 100644 --- a/graphics/libafterimage/Makefile +++ b/graphics/libafterimage/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ CONFIGURE_ARGS= --disable-staticlibs --enable-sharedlibs \ --without-builtin-ungif --without-afterbase \ --with-x -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= ascompose.1x |