diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-20 17:39:05 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-20 17:39:05 +0000 |
commit | f831299f4c3acb7b1075780c4d576537024f0b1f (patch) | |
tree | f6ed4ed6658ab23e0078451b044474b920da3a21 /devel/Makefile | |
parent | 087d14707cb5f4e0c7d008128feab39459c5e6a6 (diff) |
Library and tools to access the Windows Shortcut File (LNK) Format
WWW: http://code.google.com/p/liblnk/
PR: ports/174035
Submitted by: antoine@FreeBSD.org
Notes
Notes:
svn path=/head/; revision=309319
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 013de4972aaa..c64054abf572 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -998,6 +998,7 @@ SUBDIR += liblas SUBDIR += liblcfg SUBDIR += libleaftag + SUBDIR += liblnk SUBDIR += liblogging SUBDIR += liblouis SUBDIR += liblouisxml |