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 428c3eb45c61..84f78e01ff55 100644 --- a/x11/xsel/Makefile +++ b/x11/xsel/Makefile @@ -19,7 +19,7 @@ CONFLICTS= xsel-conrad-[0-9]* USE_BZIP2= yes USE_XORG= xmu xaw xt xproto xkbfile CFLAGS+= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib -lXt -lXaw +LDFLAGS+= -L${LOCALBASE}/lib -lXt -lXaw MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} PORTDOCS= ${PORTNAME}.html |