diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-17 21:21:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-17 21:21:47 +0000 |
commit | 2c945ac072c9a94dd98491c3e511ad173fed7658 (patch) | |
tree | 8ce7334be39ce1958688845f28bb60700fe5dfba /deskutils | |
parent | 86217eb859b94e345e6ccff006d45ce4e6f561d5 (diff) |
- Add gdesklets as RUN_DEPENDS in an attempt to fix plist
PR: ports/77600
Submitted by: Franz Klammer <klammer@webonaut.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=129113
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gdesklets-psi_themes/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/gdesklets-psi_themes/Makefile b/deskutils/gdesklets-psi_themes/Makefile index aa5f8a496175..411846ea32e1 100644 --- a/deskutils/gdesklets-psi_themes/Makefile +++ b/deskutils/gdesklets-psi_themes/Makefile @@ -7,7 +7,7 @@ PORTNAME= themes PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MASTER_SITES= http://gdesklets.gnomedesktop.org/files/ PKGNAMEPREFIX= gdesklets-psi_ @@ -16,6 +16,8 @@ DISTNAME= PsiDisplayPackage-${DISTVERSION} MAINTAINER= klammer@webonaut.com COMMENT= Themes from the Psi Display Package +RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets + USE_X_PREFIX= yes DISTVERSION= 20040420 |