diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-16 13:07:17 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-16 13:07:17 +0800 |
commit | f3529b6b7594bf41765193d2a5b6aa48bfd6099f (patch) | |
tree | 06979db155b538b13a63eef001fa7306f414afae /print/mup/Makefile | |
parent | 8f84c7d04d5cf427cf09f65c3137423c4f013784 (diff) | |
download | freebsd-ports-gnome-f3529b6b7594bf41765193d2a5b6aa48bfd6099f.tar.gz freebsd-ports-gnome-f3529b6b7594bf41765193d2a5b6aa48bfd6099f.tar.zst freebsd-ports-gnome-f3529b6b7594bf41765193d2a5b6aa48bfd6099f.zip |
Add USE_XLIB to make the port building on bento.
Diffstat (limited to 'print/mup/Makefile')
-rw-r--r-- | print/mup/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/mup/Makefile b/print/mup/Makefile index 77f416a62bc9..696458b30c1c 100644 --- a/print/mup/Makefile +++ b/print/mup/Makefile @@ -17,6 +17,7 @@ COMMENT= A shareware program for typesetting music BUILD_WRKSRC= ${WRKSRC} NO_WRKSUBDIR= yes +USE_XLIB= yes post-extract: ${CP} ${FILESDIR}/Makefile ${BUILD_WRKSRC}/Makefile |