diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-16 21:31:26 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-16 21:31:26 +0000 |
commit | 6ee8c0d0843a0c7e67e60565ca3dd4dc2fdbcdcb (patch) | |
tree | 01ca023adc350c976a243f3d5e32b48ec0a61c19 /net/gnomeicu2 | |
parent | Remove pine.conf upon deinstallation if unchanged. (diff) |
Fix typo (database -> databases) that killed INDEX build.
Notes
Notes:
svn path=/head/; revision=29650
Diffstat (limited to 'net/gnomeicu2')
-rw-r--r-- | net/gnomeicu2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gnomeicu2/Makefile b/net/gnomeicu2/Makefile index e3792bf58d6b..11c22886239c 100644 --- a/net/gnomeicu2/Makefile +++ b/net/gnomeicu2/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \ MAINTAINER= nectar@FreeBSD.org LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ - gdbm.2:${PORTSDIR}/database/gdbm + gdbm.2:${PORTSDIR}/databases/gdbm GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |