diff options
author | eadler <eadler@FreeBSD.org> | 2013-10-13 10:01:16 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-10-13 10:01:16 +0800 |
commit | 247a11af00f188ef28030d7e0d178e6d823b91c5 (patch) | |
tree | 80c334fbe1eda5a5f8f3d63977f855194ef1d2de /x11/xcalib | |
parent | fd8d1f8bd8c2924acbf0929eef4d2649105539e5 (diff) | |
download | freebsd-ports-gnome-247a11af00f188ef28030d7e0d178e6d823b91c5.tar.gz freebsd-ports-gnome-247a11af00f188ef28030d7e0d178e6d823b91c5.tar.zst freebsd-ports-gnome-247a11af00f188ef28030d7e0d178e6d823b91c5.zip |
Cleanup of the unowned ports in the x11 directory
- Fix LIB_DEPENDS
- Fix COMMENT
- Fix USE_GMAKE
Diffstat (limited to 'x11/xcalib')
-rw-r--r-- | x11/xcalib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xcalib/Makefile b/x11/xcalib/Makefile index 7e5a65ad6767..f3cbea441b6a 100644 --- a/x11/xcalib/Makefile +++ b/x11/xcalib/Makefile @@ -8,12 +8,12 @@ MASTER_SITES= SF DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A program for display calibration of X11-Servers with ICC profiles +COMMENT= Program for display calibration of X11-Servers with ICC profiles WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= README README.profilers USE_XORG= x11 xext sm xxf86vm -USE_GMAKE= yes +USES= gmake DEFINES= -DXCALIB_VERSION=\"${PORTVERSION}\" -DUNIX LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib -lm -lX11 -lXxf86vm -lXext |