diff options
author | rillig <rillig@pkgsrc.org> | 2020-06-01 06:08:21 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-06-01 06:08:21 +0000 |
commit | 4e0803c517805d2d8310ffb272ae161fbf629645 (patch) | |
tree | 8664dd212d59a7bc6a417e134153ee800c5c313c | |
parent | 0cc1123aac3c185b8e05b14bd5c5d26a91f4e1bd (diff) | |
download | pkgsrc-4e0803c517805d2d8310ffb272ae161fbf629645.tar.gz |
time/xfce4-orage: remove unknown configure option
-rw-r--r-- | time/xfce4-orage/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/time/xfce4-orage/Makefile b/time/xfce4-orage/Makefile index bc11457bf64..ed72fa0334d 100644 --- a/time/xfce4-orage/Makefile +++ b/time/xfce4-orage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2020/04/12 08:29:15 adam Exp $ +# $NetBSD: Makefile,v 1.55 2020/06/01 06:08:21 rillig Exp $ PKGREVISION= 19 .include "../../meta-pkgs/xfce4/Makefile.common" @@ -12,8 +12,6 @@ MASTER_SITES= http://archive.xfce.org/src/apps/orage/4.12/ HOMEPAGE= http://www.kolumbus.fi/~w408237/orage/ COMMENT= Xfce time managing application -CONFIGURE_ARGS+= --disable-libxfce4mcs - # avoid picking up native libpopt, e.g. on Linux CONFIGURE_ENV+= ac_cv_lib_popt_poptGetContext=no |