aboutsummaryrefslogtreecommitdiffstats
path: root/devel/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2012-05-04 00:09:16 +0800
committermiwi <miwi@FreeBSD.org>2012-05-04 00:09:16 +0800
commit238d8d806b9489f52309e4d956c285b941fe10c3 (patch)
tree39133c088cd7aa7a3c9173510761b7ceb071ac31 /devel/Makefile
parente7cd3e8f452208c24d62be7bd22a52b7cf35f435 (diff)
downloadfreebsd-ports-gnome-238d8d806b9489f52309e4d956c285b941fe10c3.tar.gz
freebsd-ports-gnome-238d8d806b9489f52309e4d956c285b941fe10c3.tar.zst
freebsd-ports-gnome-238d8d806b9489f52309e4d956c285b941fe10c3.zip
A singly-linked list offers the ability to insert or delete
nodes at any point within the list. A doubly-linked list also offers the ability to request previous nodes in the list. WWW: http://pear.php.net/package/Structures_LinkedList/ PR: 167315 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index bed2ca2f5d02..dffd1cd2cda2 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2908,6 +2908,7 @@
SUBDIR += pear-PHP_UML
SUBDIR += pear-Pager
SUBDIR += pear-PhpDocumentor
+ SUBDIR += pear-Structure_LinkedList
SUBDIR += pear-Structures_DataGrid
SUBDIR += pear-Structures_DataGrid_Renderer_Console
SUBDIR += pear-Structures_DataGrid_Renderer_HTMLSortForm