diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 00:56:24 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 00:56:24 +0000 |
commit | 147fdee482ca1a335dcd09608f3b820a1dad2b40 (patch) | |
tree | 6adf22ccd743df57b19e1e180d4cc1e16851afeb /misc/gtl | |
parent | e0f58ab25d1ad411ed70fe4c114cfbd5bb341348 (diff) |
Notes
Diffstat (limited to 'misc/gtl')
-rw-r--r-- | misc/gtl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gtl/Makefile b/misc/gtl/Makefile index 22f40be528b1..932c4f3f60f5 100644 --- a/misc/gtl/Makefile +++ b/misc/gtl/Makefile @@ -18,7 +18,7 @@ COMMENT= C++ STL-based support for graphs and graph algorithms RESTRICTED= License forbids redistribution (source or binary) -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= lthack USE_GCC= 3.3 # Won't build with 3.4 |