diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-10-04 23:04:46 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-10-04 23:04:46 +0000 |
commit | 9d5f5ef02f2be9a1b69f20427e0ce8685aeadab8 (patch) | |
tree | cb100e62e7013a815438c60b75dfccd358de1471 /editors | |
parent | dc171bda471637b629e66e0c9f399167d5484148 (diff) | |
download | pkgsrc-9d5f5ef02f2be9a1b69f20427e0ce8685aeadab8.tar.gz |
This package doesn't need to link in Xpm (lesstif comes with it's own Xpm
it seems). Detected with this the only pkg installed. ;-)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nedit/files/Makefile.source | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nedit/files/Makefile.source b/editors/nedit/files/Makefile.source index 8208e56eee9..b3252fb32d6 100644 --- a/editors/nedit/files/Makefile.source +++ b/editors/nedit/files/Makefile.source @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.source,v 1.2 1998/08/07 10:40:32 agc Exp $ +# $NetBSD: Makefile.source,v 1.3 1999/10/04 23:04:46 hubertf Exp $ # CC=cc @@ -7,6 +7,6 @@ AR=ar # For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS CFLAGS=-O -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD ARFLAGS=-ur -LIBS= -L/usr/X11R6/lib -lm -lXm -lXpm -lXext -lXt -lSM -lICE -lX11 +LIBS= -L/usr/X11R6/lib -lm -lXm -lXext -lXt -lSM -lICE -lX11 include Makefile.common |