diff options
Diffstat (limited to 'biology')
-rw-r--r-- | biology/gabedit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/biology/gabedit/Makefile b/biology/gabedit/Makefile index 768c641786f..30fb6c60615 100644 --- a/biology/gabedit/Makefile +++ b/biology/gabedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/07/27 19:47:55 asau Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/12 17:26:05 wiedi Exp $ PKGNAME= gabedit-2.4.8 DISTNAME= GabeditSrc248 @@ -17,6 +17,8 @@ INSTALLATION_DIRS= bin CHECK_PORTABILITY_SKIP= utils/Dalton/SGE/submitDalton \ utils/Gamess/SGE/submitGamess +LDFLAGS.SunOS+= -lsocket -lnsl + do-configure: cd $(WRKSRC) && cp platforms/CONFIG.unix CONFIG |