diff options
author | John Marino <marino@FreeBSD.org> | 2016-01-31 12:41:50 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-01-31 12:41:50 +0000 |
commit | 511d2082129db3637600a57fcc880027b137b519 (patch) | |
tree | 24210f66d10e68c80e6b59b6ba244af55698905b /editors/bitedit | |
parent | 29a155f0b1c2ab29c674635c9772d71ca726fe9d (diff) | |
download | ports-511d2082129db3637600a57fcc880027b137b519.tar.gz ports-511d2082129db3637600a57fcc880027b137b519.zip |
Notes
Diffstat (limited to 'editors/bitedit')
-rw-r--r-- | editors/bitedit/Makefile | 1 | ||||
-rw-r--r-- | editors/bitedit/files/patch-Makefile | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/editors/bitedit/Makefile b/editors/bitedit/Makefile index edbe7f1ddd70..b7806eafb1d2 100644 --- a/editors/bitedit/Makefile +++ b/editors/bitedit/Makefile @@ -11,6 +11,7 @@ COMMENT= Bitedit is a simple ncurses program for editing a file LICENSE= GPLv2 +USES= ncurses MAKE_ARGS= CFLAGS="${CFLAGS} -DVERSION=\\\"${PORTVERSION}\\\"" DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} diff --git a/editors/bitedit/files/patch-Makefile b/editors/bitedit/files/patch-Makefile index c10ba06b5086..f63c398aabd6 100644 --- a/editors/bitedit/files/patch-Makefile +++ b/editors/bitedit/files/patch-Makefile @@ -1,13 +1,13 @@ ---- ./Makefile.orig 2003-05-27 14:23:25.000000000 +0200 -+++ ./Makefile 2014-02-19 13:50:29.293943342 +0100 -@@ -9,8 +9,8 @@ +--- Makefile.orig 2003-05-27 12:23:25 UTC ++++ Makefile +@@ -9,8 +9,8 @@ VERSION=0.9.4 DISTFILE=bitedit-$(VERSION).tar.gz DEFINES=-DVERSION=\"$(VERSION)\" -CFLAGS=-g -Wall $(DEFINES) -LD=$(CC) -g -Wall +CFLAGS+=-Wall $(DEFINES) -+LD=$(CC) -Wall ++LD=$(CC) -Wall $(LDFLAGS) all: $(TARGETS) |