diff options
author | cperciva <cperciva@FreeBSD.org> | 2006-05-28 17:15:23 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2006-05-28 17:15:23 +0800 |
commit | 7446e85f0a327880a3aa7ce36a61a165a0d82021 (patch) | |
tree | 3b01a087dc5611bbc5fdd8c3cd6cf2f7302849ec /devel | |
parent | 45a1c2f15e27a01532a3da751062c36d8d28af6f (diff) | |
download | freebsd-ports-gnome-7446e85f0a327880a3aa7ce36a61a165a0d82021.tar.gz freebsd-ports-gnome-7446e85f0a327880a3aa7ce36a61a165a0d82021.tar.zst freebsd-ports-gnome-7446e85f0a327880a3aa7ce36a61a165a0d82021.zip |
Attempt to unbreak the INDEX build by chasing the libgtop2 -> libgtop rename.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 0a9c756acb4c..456d544c6c06 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -505,7 +505,7 @@ SUBDIR += libgnugetopt SUBDIR += libgsf SUBDIR += libgsf-gnome - SUBDIR += libgtop2 + SUBDIR += libgtop SUBDIR += libgutenfetch SUBDIR += libhash SUBDIR += libhoard |