diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
commit | ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3 (patch) | |
tree | e23ad8f32a26812997940fcbb692cd233adb348c /misc/wminfo | |
parent | 74afc71c04a50797560e13b9718ee538eba6b691 (diff) |
Notes
Diffstat (limited to 'misc/wminfo')
-rw-r--r-- | misc/wminfo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/wminfo/Makefile b/misc/wminfo/Makefile index 26f87d73b131..86cf25c0a8b1 100644 --- a/misc/wminfo/Makefile +++ b/misc/wminfo/Makefile @@ -17,8 +17,7 @@ COMMENT= Dockapp to run shell scripts and display the output WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME} -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm post-patch: @${REINPLACE_CMD} -e 's|$$(LIBS)$$|& $$(OBJS)|g' \ |