diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:51:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:51:40 +0000 |
commit | c3b85bf3d4ea9bee4a2309c5287ec1b1a0c272b4 (patch) | |
tree | 828f700090183daa6acd6192596612929c0b40c3 /x11/xcolorsel | |
parent | ecc7994ed979391fb1b16fc4610b52f7a4eb2d29 (diff) |
Notes
Diffstat (limited to 'x11/xcolorsel')
-rw-r--r-- | x11/xcolorsel/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/xcolorsel/Makefile b/x11/xcolorsel/Makefile index 2b4bcf6e8489..ae98028b093a 100644 --- a/x11/xcolorsel/Makefile +++ b/x11/xcolorsel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xcolorsel -# Date Created: 11 November 1998 -# Whom: Wayne Cuddy <wayne@crb-web.com> -# +# Created by: Wayne Cuddy <wayne@crb-web.com> # $FreeBSD$ -# PORTNAME= xcolorsel PORTVERSION= 1.1a @@ -20,7 +16,7 @@ LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d RUN_DEPENDS= rgb>=1.0.3:${PORTSDIR}/x11/rgb WRKSRC= ${WRKDIR}/xcolorsel -USE_IMAKE= yes +USES= imake USE_XORG= xpm .if !defined(NO_INSTALL_MANPAGES) |