diff options
author | miwi <miwi@FreeBSD.org> | 2006-06-29 12:46:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-06-29 12:46:02 +0800 |
commit | 193e45f716a3eed12901885814062c67ac88c290 (patch) | |
tree | 2b84030af1861938ddaa549db7c2c93b15045005 /audio/goobox | |
parent | 7680e6c49242d9cbbb415dd5ba8ae4a6e92c8073 (diff) | |
download | freebsd-ports-gnome-193e45f716a3eed12901885814062c67ac88c290.tar.gz freebsd-ports-gnome-193e45f716a3eed12901885814062c67ac88c290.tar.zst freebsd-ports-gnome-193e45f716a3eed12901885814062c67ac88c290.zip |
- Bump PORTREVISION
- Chase increase of devel/libnotify shlib version.
Diffstat (limited to 'audio/goobox')
-rw-r--r-- | audio/goobox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index 004177ee34dd..a737305b45ce 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -8,7 +8,7 @@ PORTNAME= goobox PORTVERSION= 0.9.93 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -42,7 +42,7 @@ BROKEN= does not build on 4.X .endif .if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= notify.2:${PORTSDIR}/devel/libnotify CONFIGURE_ARGS+= --enable-notification .else CONFIGURE_ARGS+= --disable-notification |