diff options
author | pav <pav@FreeBSD.org> | 2004-05-10 02:13:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-10 02:13:36 +0800 |
commit | aa94f597d4b44563b9d46cc9d45232506dd155ad (patch) | |
tree | 10b6ddc5f79e50853be9687afbbeac09ac71556d | |
parent | 39146082109fdf3932729f318123603912b94fbb (diff) | |
download | freebsd-ports-gnome-aa94f597d4b44563b9d46cc9d45232506dd155ad.tar.gz freebsd-ports-gnome-aa94f597d4b44563b9d46cc9d45232506dd155ad.tar.zst freebsd-ports-gnome-aa94f597d4b44563b9d46cc9d45232506dd155ad.zip |
- Drop libgetoptlong dependency on 4.x, it was not really needed
Submitted by: author/maintainer
-rw-r--r-- | devel/phptags/Makefile | 1 | ||||
-rw-r--r-- | devel/phptags/files/patch-src-phptags.cc | 10 |
2 files changed, 10 insertions, 1 deletions
diff --git a/devel/phptags/Makefile b/devel/phptags/Makefile index f03b55ab5593..c4418dc4d68c 100644 --- a/devel/phptags/Makefile +++ b/devel/phptags/Makefile @@ -15,7 +15,6 @@ MAINTAINER= bogorodskiy@inbox.ru COMMENT= Create a tags file from PHP sources GNU_CONFIGURE= yes -USE_GETOPT_LONG= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= phptags.1 diff --git a/devel/phptags/files/patch-src-phptags.cc b/devel/phptags/files/patch-src-phptags.cc new file mode 100644 index 000000000000..4da40a81359b --- /dev/null +++ b/devel/phptags/files/patch-src-phptags.cc @@ -0,0 +1,10 @@ +--- src/phptags.cc.orig Wed May 5 11:16:43 2004 ++++ src/phptags.cc Sun May 9 20:08:36 2004 +@@ -29,7 +29,6 @@ + #include <stdlib.h> + #include <string.h> + #include <ctype.h> +-#include <getopt.h> + #include <unistd.h> + + #include "phptags.hh" |