diff options
author | Ed Schouten <ed@FreeBSD.org> | 2010-03-09 12:49:46 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2010-03-09 12:49:46 +0000 |
commit | 052a5d4d2c712c7ebf1a27b97cbfc5f308bfcb66 (patch) | |
tree | 0dd4c4c0daa31034f269a0211abc8bc71f47d340 /editors | |
parent | 362e81370df3772148bff78444dab28a4177c447 (diff) |
Remove unneeded -lcompat.
Approved by: erwin (portmgr, implicit)
Notes
Notes:
svn path=/head/; revision=250767
Diffstat (limited to 'editors')
-rw-r--r-- | editors/em/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/em/files/patch-Makefile b/editors/em/files/patch-Makefile index b714103718fa..2e5173ca05a2 100644 --- a/editors/em/files/patch-Makefile +++ b/editors/em/files/patch-Makefile @@ -16,7 +16,7 @@ #LIBS=-ltermcap # BSD #LIBS=-lcurses # SYSV -LIBS=-ltermlib -lcompat -+LIBS+=-ltermlib -lcompat ++LIBS+=-ltermlib #LIBS=-L/usr/lib/termcap -ltermcap LFLAGS=-hbx BINDIR=/usr/local/bin # Linux & FreeBSD |