diff options
author | phk <phk@FreeBSD.org> | 2003-05-04 04:47:56 +0800 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-05-04 04:47:56 +0800 |
commit | cb96ccf8687fb13fb47ef9d0e2cd49dab8e8811a (patch) | |
tree | 5921704fceef8689a94ccedf7315c7056ac12fb1 | |
parent | 2f6f0c659d8f9cc8f0c0670f330d1fc151bb3505 (diff) | |
download | freebsd-ports-gnome-cb96ccf8687fb13fb47ef9d0e2cd49dab8e8811a.tar.gz freebsd-ports-gnome-cb96ccf8687fb13fb47ef9d0e2cd49dab8e8811a.tar.zst freebsd-ports-gnome-cb96ccf8687fb13fb47ef9d0e2cd49dab8e8811a.zip |
Add dependency on devel/gettext
-rw-r--r-- | emulators/hercules/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index 58bf9a824641..e7bae12d1abc 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -16,6 +16,8 @@ COMMENT= The Hercules System/370, ESA/390, and z/Architecture Emulator GNU_CONFIGURE= yes USE_REINPLACE= yes +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext + post-patch: @${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure |