diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/ploticus-nox11/Makefile | 8 |
3 files changed, 1 insertions, 9 deletions
@@ -3404,3 +3404,4 @@ audio/strawberry@qt6|audio/strawberry|2024-07-21|Unflavor. Qt5 is obsolete devel/rubygem-google-protobuf4|devel/rubygem-google-protobuf|2024-07-30|Remove obsoleted port. Use devel/rubygem-google-protobuf instead graphics/xsvg||2024-08-04|Has expired: Depends on deprecated library graphics/libsvg-cairo graphics/zphoto||2024-08-04|Has expired: Depends on expired graphics/ming +math/ploticus-nox11||2024-08-04|Has expired: Depends on expired graphics/ming diff --git a/math/Makefile b/math/Makefile index 0c10bf1d8624..bd9cb4a64ba4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -871,7 +871,6 @@ SUBDIR += plantri SUBDIR += plman SUBDIR += ploticus - SUBDIR += ploticus-nox11 SUBDIR += plplot SUBDIR += poly2tri SUBDIR += polyclipper diff --git a/math/ploticus-nox11/Makefile b/math/ploticus-nox11/Makefile deleted file mode 100644 index 0a9cb34342db..000000000000 --- a/math/ploticus-nox11/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -MAINTAINER= ports@FreeBSD.org -COMMENT= Generates plots and graphs from data (no X11 required) - -WITHOUT_X11= yes - -MASTERDIR= ${.CURDIR}/../../math/ploticus - -.include "${MASTERDIR}/Makefile" |