diff options
author | flz <flz@FreeBSD.org> | 2008-01-04 01:02:53 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2008-01-04 01:02:53 +0800 |
commit | 99cf06945df7139eced989ea9a821e0836f4c3e2 (patch) | |
tree | 6b44b961bc2e1cb69a6d649d80e98ace1efe5c13 /mail | |
parent | 5559bf01d485dea4edffea2b8790728bfcb3b84a (diff) | |
download | freebsd-ports-graphics-99cf06945df7139eced989ea9a821e0836f4c3e2.tar.gz freebsd-ports-graphics-99cf06945df7139eced989ea9a821e0836f4c3e2.tar.zst freebsd-ports-graphics-99cf06945df7139eced989ea9a821e0836f4c3e2.zip |
Fix typo, unbreak INDEX.
Reported by: portsnap buildbox
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gnome-gmail-notifier/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/gnome-gmail-notifier/Makefile b/mail/gnome-gmail-notifier/Makefile index d04695f645b..dffb606c933 100644 --- a/mail/gnome-gmail-notifier/Makefile +++ b/mail/gnome-gmail-notifier/Makefile @@ -15,7 +15,7 @@ COMMENT= A Gmail Inbox Monitor for the GNOME2 desktop LIB_PC_DEPENDS= libnotify:devel/libnotify \ libsoup-2.2:devel/libsoup \ - gnutls:security:/gnutls + gnutls:security/gnutls BUILD_DEPENDS= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|:C|:|.pc:${PORTSDIR}/|} RUN_DEPENDS= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|:C|:|.pc:${PORTSDIR}/|} |