diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-09 16:21:29 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-09 16:21:29 +0800 |
commit | 4e4a6c289a70f2f7d0b11f20d295dfb249cda1db (patch) | |
tree | ca83e00f82538429775488328ecf0ec196597b8f /editors/bpatch | |
parent | 9fb67e9b223291aac6c3bf338e7aea4d16c6bc6d (diff) | |
download | freebsd-ports-gnome-4e4a6c289a70f2f7d0b11f20d295dfb249cda1db.tar.gz freebsd-ports-gnome-4e4a6c289a70f2f7d0b11f20d295dfb249cda1db.tar.zst freebsd-ports-gnome-4e4a6c289a70f2f7d0b11f20d295dfb249cda1db.zip |
- Fix build after libmytinfo removal
Reported by: pointyhat via kris
Diffstat (limited to 'editors/bpatch')
-rw-r--r-- | editors/bpatch/Makefile | 1 | ||||
-rw-r--r-- | editors/bpatch/files/patch-aa | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/editors/bpatch/Makefile b/editors/bpatch/Makefile index 87f81521ba89..6765b5ec6bfe 100644 --- a/editors/bpatch/Makefile +++ b/editors/bpatch/Makefile @@ -7,6 +7,7 @@ PORTNAME= bpatch PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/ DISTNAME= ${PORTNAME} diff --git a/editors/bpatch/files/patch-aa b/editors/bpatch/files/patch-aa index ff21625c15db..9be47a63af6f 100644 --- a/editors/bpatch/files/patch-aa +++ b/editors/bpatch/files/patch-aa @@ -8,7 +8,7 @@ +BINDIR= ${PREFIX}/bin +MANDIR= ${PREFIX}/man/man1 + -+LIBS = -lncurses -lmytinfo ++LIBS = -lncurses +#LIBS = -ltermlib +#LIBS = -lterminfo +#for sysV |