diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-26 23:06:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-26 23:06:12 +0800 |
commit | 52af87ba5a2d2b48d1926b94eaac9e557e5c6dfb (patch) | |
tree | d91e84058358f0a78c007e744a403d8aa769cf63 /misc/wmpal | |
parent | a663594be7ef8c76eda11036a50e3b4211f73bfb (diff) | |
download | freebsd-ports-gnome-52af87ba5a2d2b48d1926b94eaac9e557e5c6dfb.tar.gz freebsd-ports-gnome-52af87ba5a2d2b48d1926b94eaac9e557e5c6dfb.tar.zst freebsd-ports-gnome-52af87ba5a2d2b48d1926b94eaac9e557e5c6dfb.zip |
Fix build with newer binutils
Diffstat (limited to 'misc/wmpal')
-rw-r--r-- | misc/wmpal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/wmpal/Makefile b/misc/wmpal/Makefile index 1b2a47b94ddb..ccd3cad62d63 100644 --- a/misc/wmpal/Makefile +++ b/misc/wmpal/Makefile @@ -12,7 +12,7 @@ COMMENT= One of the most useless dockapps in the world USE_XORG= xpm GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lX11 PORTDOCS= README PLIST_FILES= bin/wmpal |