diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-14 15:24:57 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-14 15:24:57 +0000 |
commit | 40dae425559388b9301f271d3ade6b699ca0c1f1 (patch) | |
tree | 328fa59c52a3e8721ce3bca84713e67ed0639da1 /x11/libgnome | |
parent | dea943b3d60236c014dcc6195268f560ada77e68 (diff) | |
download | ports-40dae425559388b9301f271d3ade6b699ca0c1f1.tar.gz ports-40dae425559388b9301f271d3ade6b699ca0c1f1.zip |
Notes
Diffstat (limited to 'x11/libgnome')
-rw-r--r-- | x11/libgnome/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 09211d5ab037..7e8c63675348 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgnome PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= 2.0.0/releases/gnome-2.0-desktop-final @@ -14,8 +15,10 @@ DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org +BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper LIB_DEPENDS+= xslt.1:${PORTSDIR}/textproc/libxslt \ gnomevfs-2.0:${PORTSDIR}/devel/gnomevfs2 +RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper USE_BZIP2= yes USE_X_PREFIX= yes |