mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead. quote ${INSTALL} as it can be multiple word.
This commit is contained in:
parent
65cdfa4396
commit
740eda198f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84826
@ -7,19 +7,19 @@
|
||||
|
||||
PORTNAME= nosefart
|
||||
PORTVERSION= 1.92
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio emulators
|
||||
MASTER_SITES= http://www.meowfishies.com/code/
|
||||
|
||||
MAINTAINER= sethk@meowfishies.com
|
||||
COMMENT= A player for NES Sound Format (NSF)
|
||||
|
||||
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
||||
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_ZIP= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAKEFILE= Makefile.linux
|
||||
MAKE_ENV+= INSTALL=${INSTALL} BINGRP=${BINGRP} BINMODE=${BINMODE} \
|
||||
BINOWN=${BINOWN}
|
||||
MAKE_ENV= INSTALL="${INSTALL}" BINGRP=${BINGRP} BINMODE=${BINMODE} \
|
||||
BINOWN=${BINOWN} LDFLAGS="${LDFLAGS}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -34,7 +34,7 @@
|
||||
OBJS = $(addsuffix .o, $(FILES))
|
||||
OBJECTS = $(addprefix $(BUILDDIR)/, $(OBJS))
|
||||
|
||||
+LDLIBS = -L$(LOCALBASE)/lib -lm -lgnugetopt
|
||||
+LDLIBS = -lm
|
||||
+
|
||||
################################
|
||||
# Rules
|
||||
|
Loading…
Reference in New Issue
Block a user