diff options
author | rh <rh@pkgsrc.org> | 2003-04-20 14:12:20 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-04-20 14:12:20 +0000 |
commit | acbd529ef152444eed5d547e968c18db1ff214ac (patch) | |
tree | f3bd00ee62cd1617041f6c35738c4cd7e10b1f3f /comms/gnome-pilot | |
parent | 694ef0abdde8a3c94eac8bc326662778551f7791 (diff) | |
download | pkgsrc-acbd529ef152444eed5d547e968c18db1ff214ac.tar.gz |
This only works with gnome-panel 1.x
Diffstat (limited to 'comms/gnome-pilot')
-rw-r--r-- | comms/gnome-pilot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/gnome-pilot/Makefile b/comms/gnome-pilot/Makefile index 3bfba32e254..d08288f1ed7 100644 --- a/comms/gnome-pilot/Makefile +++ b/comms/gnome-pilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/01/27 19:51:26 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2003/04/20 14:12:20 rh Exp $ # DISTNAME= gnome-pilot-0.1.71 @@ -14,6 +14,8 @@ COMMENT= Palm Pilot synchronisation for GNOME DEPENDS+= gob-[0-9]*:../../devel/gob BUILD_USES_MSGFMT= YES +BUILDLINK_DEPENDS.gnome-panel= gnome-panel<2.0 + GNU_CONFIGURE= YES USE_X11BASE= YES USE_BUILDLINK2= YES |