diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-09 18:59:58 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-09 18:59:58 +0000 |
commit | c49f4cfe3f2b99f11c0c57096c81f4ef7bb468ea (patch) | |
tree | fa0cd9120e9d038631d83e2e0f29d82ff371843c /app/fvwm/modules/FvwmRearrange/Makefile | |
parent | d022c75db5273e78ad6909aa1e6d06984d3c212f (diff) |
Fix libraries list for static architectures
Diffstat (limited to 'app/fvwm/modules/FvwmRearrange/Makefile')
-rw-r--r-- | app/fvwm/modules/FvwmRearrange/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/fvwm/modules/FvwmRearrange/Makefile b/app/fvwm/modules/FvwmRearrange/Makefile index d4cda78b9..98a559328 100644 --- a/app/fvwm/modules/FvwmRearrange/Makefile +++ b/app/fvwm/modules/FvwmRearrange/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2006/11/27 19:56:35 matthieu Exp $ +# $OpenBSD: Makefile,v 1.3 2007/04/09 18:59:57 matthieu Exp $ .include "../Makefile.inc" @@ -7,7 +7,7 @@ PROG= FvwmRearrange SRCS= FvwmRearrange.c -LDADD+= -lXpm -lX11 +LDADD+= -lXpm ${XLIB} BINDIR= ${FVWMLIBDIR} .include <bsd.prog.mk> |