diff options
author | minskim <minskim> | 2004-10-30 18:22:35 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-10-30 18:22:35 +0000 |
commit | c3dd6800524d864af30ea6f786986a8ec4c4b3f9 (patch) | |
tree | 1a35fd02fcbc03ec3498833faf0d0aa218d9a69e /chat/xchat2 | |
parent | 6ceeffcbd8f3540f14f59b5199aa0c53168b4fbf (diff) | |
download | pkgsrc-c3dd6800524d864af30ea6f786986a8ec4c4b3f9.tar.gz |
No need to depend on gnome2-dirs; xdg-dirs is enough.
Diffstat (limited to 'chat/xchat2')
-rw-r--r-- | chat/xchat2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile index 06ff89f0a63..56ea36a976e 100644 --- a/chat/xchat2/Makefile +++ b/chat/xchat2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2004/10/30 18:19:47 minskim Exp $ +# $NetBSD: Makefile,v 1.39 2004/10/30 18:22:35 minskim Exp $ # .include "Makefile.common" @@ -11,7 +11,7 @@ BUILD_USES_MSGFMT= YES CONFLICTS= xchat-gnome-[0-9]* -USE_DIRS+= gnome2-1.5 +USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= YES USE_X11= YES |