diff options
author | mnag <mnag@FreeBSD.org> | 2006-03-22 20:44:43 +0000 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-03-22 20:44:43 +0000 |
commit | f07de26a31e5e76a71f1f63d7caf0b8f5c4f6c3f (patch) | |
tree | 0ad8415f020ede6b82cc2b3aa0271b79865ebcff /x11 | |
parent | 035e53ec008ede54fd956183f620a06b800c8802 (diff) | |
download | FreeBSD-ports-f07de26a31e5e76a71f1f63d7caf0b8f5c4f6c3f.zip FreeBSD-ports-f07de26a31e5e76a71f1f63d7caf0b8f5c4f6c3f.tar.gz |
- Remove USE_REINPLACE
PR: 94796
Submitted by: Ion-Mihai "IOnut" Tetcu
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcolorsel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/xcolorsel/Makefile b/x11/xcolorsel/Makefile index 5e14854..7dbc737 100644 --- a/x11/xcolorsel/Makefile +++ b/x11/xcolorsel/Makefile @@ -18,7 +18,6 @@ COMMENT= X utility to translate rgb values into X color names LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d WRKSRC= $(WRKDIR)/xcolorsel -USE_REINPLACE= yes USE_IMAKE= yes USE_XPM= yes MAN1= xcolorsel.1 |