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/libwmf | |
parent | 4de56a776b06e3e1141de9f8098f35898c845484 (diff) | |
download | ports-10ddcca177d6d91079be1d2569dae59e314d70c9.tar.gz ports-10ddcca177d6d91079be1d2569dae59e314d70c9.zip |
Notes
Diffstat (limited to 'graphics/libwmf')
-rw-r--r-- | graphics/libwmf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index d2e55402085f..7a13355303a9 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sys-gd=no \ --with-png=${LOCALBASE} --with-jpeg=${LOCALBASE} \ --with-gsfontdir=${LOCALBASE}/share/ghostscript/fonts -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .if defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 |