diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-14 11:35:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-14 11:35:58 +0000 |
commit | a1f57bd71ca50a483589c54c07737e9ee14d31af (patch) | |
tree | cd7258ebd29067f09fdafb2fce9aab68d7f21268 /x11 | |
parent | 1ce51726ccf29d7b26d9eebebbb6c66d16ced65c (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xsel-conrad/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/xsel-conrad/Makefile b/x11/xsel-conrad/Makefile index 42d564e93007..f3d91c8762d1 100644 --- a/x11/xsel-conrad/Makefile +++ b/x11/xsel-conrad/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: xsel-conrad -# Date created: 9 August 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xsel PORTVERSION= 1.2.0 @@ -22,6 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell CONFLICTS_INSTALL= xsel-[0-9]* +USE_GCC= any USE_XORG= x11 xext xt xproto ice sm CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lXext -lX11 |