diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-15 15:28:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-15 15:28:02 +0000 |
commit | 2ef61ee420d8081a7e93c2f354d5d3f69c154a78 (patch) | |
tree | e0aae7348da8550adfaca17088dd5362c4e58c47 /x11 | |
parent | dae219503929e5be5f0e5bf880ea98fee695dd33 (diff) | |
download | ports-2ef61ee420d8081a7e93c2f354d5d3f69c154a78.tar.gz ports-2ef61ee420d8081a7e93c2f354d5d3f69c154a78.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xscreensaver-gnome/Makefile | 4 | ||||
-rw-r--r-- | x11/xscreensaver/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile index 8cd1acbcdf76..29225e391fdf 100644 --- a/x11/xscreensaver-gnome/Makefile +++ b/x11/xscreensaver-gnome/Makefile @@ -7,7 +7,7 @@ PORTNAME?= xscreensaver-gnome PORTVERSION= 4.24 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11 gnome MASTER_SITES= http://www.jwz.org/xscreensaver/ DISTNAME= xscreensaver-${PORTVERSION} @@ -15,7 +15,7 @@ DISTNAME= xscreensaver-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Save your screen while you entertain your cat (for GNOME users) -LIB_DEPENDS= gle.3:${PORTSDIR}/graphics/gle +LIB_DEPENDS= gle.4:${PORTSDIR}/graphics/gle CONFLICTS?= xscreensaver-[0-9]* xscreensaver-gnome-hacks-[0-9]* diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index 529b2164e341..4179f43bd09a 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -7,6 +7,7 @@ PORTNAME= xscreensaver PORTVERSION= 4.24 +PORTREVISION= 1 CATEGORIES?= x11 MASTER_SITES= http://www.jwz.org/xscreensaver/ \ http://dougbarton.us/Downloads/ @@ -14,7 +15,7 @@ MASTER_SITES= http://www.jwz.org/xscreensaver/ \ MAINTAINER?= DougB@FreeBSD.org COMMENT= Save your screen while you entertain your cat -LIB_DEPENDS= gle.3:${PORTSDIR}/graphics/gle \ +LIB_DEPENDS= gle.4:${PORTSDIR}/graphics/gle \ gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 \ xml2.5:${PORTSDIR}/textproc/libxml2 \ glade-2.0.0:${PORTSDIR}/devel/libglade2 |