diff options
Diffstat (limited to 'gnu/usr.bin/texinfo/texindex/Makefile')
-rw-r--r-- | gnu/usr.bin/texinfo/texindex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/texinfo/texindex/Makefile b/gnu/usr.bin/texinfo/texindex/Makefile index 5efc7c4..91c2dfc 100644 --- a/gnu/usr.bin/texinfo/texindex/Makefile +++ b/gnu/usr.bin/texinfo/texindex/Makefile @@ -2,8 +2,8 @@ PROG= texindex -DPADD+= ${LIBTXI} -LDADD+= ${LIBTXI} +DPADD= ${LIBTXI} +LDADD= ${LIBTXI} .include <bsd.prog.mk> |