diff options
Diffstat (limited to 'x11/xsel/Makefile')
-rw-r--r-- | x11/xsel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xsel/Makefile b/x11/xsel/Makefile index 3cab6bb1218d..ee4558ea8af1 100644 --- a/x11/xsel/Makefile +++ b/x11/xsel/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Access X selection from command line CONFLICTS= xsel-conrad-[0-9]* -USE_BZIP2= yes +USES= tar:bzip2 USE_XORG= xmu xaw xt xproto xkbfile CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lXt -lXaw -lX11 -lXmu |