diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-24 22:17:41 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-24 22:17:41 +0000 |
commit | 312461b6fa77f1cca68731482cf7519092085f56 (patch) | |
tree | 60ad4767380537b433ea1dfdfc2e72ae71751873 /emulators/cingb | |
parent | d8a73366f4042a17f0426e917e4a6ec3c42f67f5 (diff) | |
download | freebsd-ports-312461b6fa77f1cca68731482cf7519092085f56.zip |
3 ports categories: Remove $PTHREAD_LIBS
Categories: print, science, emulators
approved by: PTHREAD blanket
Diffstat (limited to 'emulators/cingb')
-rw-r--r-- | emulators/cingb/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/cingb/Makefile b/emulators/cingb/Makefile index d588f0383d10..375e24d70733 100644 --- a/emulators/cingb/Makefile +++ b/emulators/cingb/Makefile @@ -19,9 +19,7 @@ ALL_TARGET= standard PORTDOCS= README README.FAQ PLIST_FILES= bin/cingb bin/cingb_conf - -CPPFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} +LDFLAGS+= -lpthread OPTIONS_DEFINE= DOCS |