diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-21 07:12:46 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-21 07:12:46 +0000 |
commit | 9cd2246ea84e0c33bc56aae344a0a112056b3263 (patch) | |
tree | 35906c2fe855c5f54d48a01b3e6e98fed3b76afb /deskutils/adesklets | |
parent | 3cf9f2af29a67d71fff5e3636b884bfeaec8d4f7 (diff) |
Notes
Diffstat (limited to 'deskutils/adesklets')
-rw-r--r-- | deskutils/adesklets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/adesklets/Makefile b/deskutils/adesklets/Makefile index 8dca90506dc4..0b07f7bab739 100644 --- a/deskutils/adesklets/Makefile +++ b/deskutils/adesklets/Makefile @@ -41,8 +41,8 @@ PORTDOCS= *.html .endif .if ${OSVERSION} >= 700000 -pre-configure: - @${REINPLACE_CMD} -e "s|FreeBSD 6|FreeBSD 7|g" ${WRKSRC}/configure +post-configure: + @${REINPLACE_CMD} -e "s|#define _POSIX_C_SOURCE 199309||" ${WRKSRC}/src/config.h .endif post-install: |