diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-03-02 02:09:05 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-03-02 02:09:05 +0000 |
commit | e7d7f2b19d15f2561311b4402c588a45ae680ef5 (patch) | |
tree | 70aca043bc300b87ed2365e700eb361771f47b40 /sysutils/wmmount/Makefile | |
parent | * Add considerable documentation about available variables, their (diff) |
wmmount always needs gnugetopt
PR: 48796
Submitted by: Volker Stolz <vs@foldr.org>
Noticed by: bento
Diffstat (limited to '')
-rw-r--r-- | sysutils/wmmount/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/wmmount/Makefile b/sysutils/wmmount/Makefile index 4d9e8329fdb6..ec7a506dfea6 100644 --- a/sysutils/wmmount/Makefile +++ b/sysutils/wmmount/Makefile @@ -20,11 +20,9 @@ USE_XPM= yes USE_REINPLACE= yes MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -.if !exists(/usr/include/getopt.h) LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lgnugetopt -.endif post-patch: .for file in system.wmmount.eg system.wmmount.sh |