diff options
author | Koop Mast <kwm@FreeBSD.org> | 2009-01-28 09:05:36 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2009-01-28 09:05:36 +0000 |
commit | 22c952ab3213d760c144545d491170d299476a07 (patch) | |
tree | 120bf996f11f162fd9bae90a2bf72d1762f5c25b | |
parent | 1dd9137a62591761566311131f59a1a90a312880 (diff) |
Notes
-rw-r--r-- | databases/glom/Makefile | 3 | ||||
-rw-r--r-- | multimedia/totem/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile index 08bab08a6ea9..fed1a2f27d34 100644 --- a/databases/glom/Makefile +++ b/databases/glom/Makefile @@ -8,6 +8,7 @@ PORTNAME= glom PORTVERSION= 1.8.5 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -19,7 +20,7 @@ LIB_DEPENDS= bakery-2.6:${PORTSDIR}/x11-toolkits/bakery \ gdamm-3.0.10:${PORTSDIR}/databases/libgdamm \ gtksourceviewmm-2.0.2:${PORTSDIR}/x11-toolkits/libgtksourceviewmm \ avahi-ui.0:${PORTSDIR}/net/avahi-gtk \ - epc-1.0.1:${PORTSDIR}/www/libepc \ + epc-1.0.2:${PORTSDIR}/www/libepc \ goocanvasmm-0.1.4:${PORTSDIR}/graphics/goocanvasmm BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-3.0.pc:${PORTSDIR}/databases/libgda3-postgresql diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index d04788bf07b3..3e216f3beb00 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -8,7 +8,7 @@ PORTNAME= totem PORTVERSION= 2.24.3 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -61,7 +61,7 @@ TOTEM_PLUGINS= thumbnail screensaver ontop gromit media-player-keys \ .include <bsd.port.pre.mk> .if defined(WITH_PUBLISH) -LIB_DEPENDS+= epc-1.0.1:${PORTSDIR}/www/libepc +LIB_DEPENDS+= epc-1.0.2:${PORTSDIR}/www/libepc PLIST_SUB+= PUBLISH="" TOTEM_PLUGINS:= ${TOTEM_PLUGINS} publish .else |