diff options
author | petef <petef@FreeBSD.org> | 2003-05-19 00:03:16 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-05-19 00:03:16 +0800 |
commit | 54b4063cec319dac240785ffe33fcd1f5b6ca137 (patch) | |
tree | 8f9ac94e89713c171cc8e976c28e5ff81427f733 /graphics/qslim | |
parent | 0fedbb493ef2525e061daf8022932e02fafe1aa0 (diff) | |
download | freebsd-ports-graphics-54b4063cec319dac240785ffe33fcd1f5b6ca137.tar.gz freebsd-ports-graphics-54b4063cec319dac240785ffe33fcd1f5b6ca137.tar.zst freebsd-ports-graphics-54b4063cec319dac240785ffe33fcd1f5b6ca137.zip |
Use USE_GETOPT_LONG.
PR: 51387, 51383, 51380, 51388, 51384, 51372, 51373,
51381, 51382
Submitted by: Ports Fury
Diffstat (limited to 'graphics/qslim')
-rw-r--r-- | graphics/qslim/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/qslim/Makefile b/graphics/qslim/Makefile index 32ad7edda65..1c84f4c6b51 100644 --- a/graphics/qslim/Makefile +++ b/graphics/qslim/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ CONFIGURE_WRKSRC= ${WRKSRC}/mixkit/build BUILD_WRKSRC= ${WRKSRC}/mixkit/src +USE_GETOPT_LONG= yes USE_MESA= yes USE_REINPLACE= yes USE_GMAKE= yes @@ -38,11 +39,6 @@ LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} CFLAGS+= -DMIX_ANSI_IOSTREAMS -fpermissive .endif -.if !exists(/usr/include/getopt.h) -LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -LDFLAGS+= -lgnugetopt -.endif - post-extract: @${RM} -f ${WRKSRC}/mixkit/src/getopt.h |