diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-08-04 09:19:02 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-08-04 09:19:02 +0000 |
commit | aeb16e20a16541f14be384f5cfb6da3d87d3fe4d (patch) | |
tree | 4fe0aed743e06733bb6bfa9ecec2a69d6f648065 /deskutils | |
parent | b75efedcdefb878765e172f28f074ac9cc584c3f (diff) | |
download | ports-aeb16e20a16541f14be384f5cfb6da3d87d3fe4d.tar.gz ports-aeb16e20a16541f14be384f5cfb6da3d87d3fe4d.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/dlume/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gkrellm-reminder2/Makefile | 2 | ||||
-rw-r--r-- | deskutils/ljit/Makefile | 2 | ||||
-rw-r--r-- | deskutils/mdh/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/deskutils/dlume/Makefile b/deskutils/dlume/Makefile index 56eac75a7711..2df6c2bcda5f 100644 --- a/deskutils/dlume/Makefile +++ b/deskutils/dlume/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= TUCOWS MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 address book +BROKEN= unfetchable + USES= pathfix pkgconfig USE_GNOME= gnomeprefix gtk20 libxml2 GNU_CONFIGURE= yes diff --git a/deskutils/gkrellm-reminder2/Makefile b/deskutils/gkrellm-reminder2/Makefile index 672b5e962bd4..003fe37567fc 100644 --- a/deskutils/gkrellm-reminder2/Makefile +++ b/deskutils/gkrellm-reminder2/Makefile @@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING MAINTAINER= ports@FreeBSD.org COMMENT= GKrellM2 plugin that reminds you of important events +BROKEN= unfetchable + BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2 RUN_DEPENDS= gkrellm:sysutils/gkrellm2 diff --git a/deskutils/ljit/Makefile b/deskutils/ljit/Makefile index babae4ceef48..f8f010650081 100644 --- a/deskutils/ljit/Makefile +++ b/deskutils/ljit/Makefile @@ -14,6 +14,8 @@ COMMENT= GUI tool to help LiveJournal users post images LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + LIB_DEPENDS= libcurl.so:ftp/curl RUN_DEPENDS= convert:graphics/ImageMagick6 diff --git a/deskutils/mdh/Makefile b/deskutils/mdh/Makefile index 76cc6beb0682..6c662c22de90 100644 --- a/deskutils/mdh/Makefile +++ b/deskutils/mdh/Makefile @@ -13,6 +13,8 @@ COMMENT= GTK2-based toolbar, like a smaller GNOME panel LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + USES= gmake pkgconfig localbase tar:bzip2 USE_GNOME= gtk20 USE_XORG= x11 |